Skip to content

Commit

Permalink
vlc_threads: remove mention of detached thread
Browse files Browse the repository at this point in the history
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
043d7eb

os2: thread: remove unused detached thread support
f09937d

win32: thread: remove unused detached thread support
8675f08

threads: remove vlc_clone_detach()
a10ac09

Deprecate vlc_clone_detach()
c5f960f
  • Loading branch information
alexandre-janniaux authored and jbkempf committed Oct 19, 2021
1 parent 61aaa3c commit 3379c7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/vlc_threads.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3379c7b

Please sign in to comment.