Skip to content
Snippets Groups Projects
Commit 3379c7bd authored by Alexandre Janniaux's avatar Alexandre Janniaux Committed by Jean-Baptiste Kempf
Browse files

vlc_threads: remove mention of detached thread

The support for detached threads has been removed completely. There is
no need to document then in vlc_join now.

See the following commits:

android: thread: remove unused detached thread support
043d7ebf

os2: thread: remove unused detached thread support
f09937dc

win32: thread: remove unused detached thread support
8675f083

threads: remove vlc_clone_detach()
a10ac09d

Deprecate vlc_clone_detach()
c5f960ff
parent 61aaa3c6
No related branches found
No related tags found
1 merge request!803vlc_threads: remove mention of detached thread
Pipeline #150081 passed with stages
in 26 minutes and 52 seconds
......@@ -688,7 +688,7 @@ VLC_API void vlc_cancel(vlc_thread_t);
* <b>not</b> joined.
* \warning A thread cannot join itself (normally VLC will abort if this is
* attempted). Also a detached thread <b>cannot</b> be joined.
* attempted).
*
* @param th thread handle
* @param result [OUT] pointer to write the thread return value or NULL
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment