[vlc-commits] [Git][videolan/vlc][master] vlc_threads: remove mention of detached thread
Jean-Baptiste Kempf (@jbk)
gitlab at videolan.org
Tue Oct 19 17:53:13 UTC 2021
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC
Commits:
3379c7bd by Alexandre Janniaux at 2021-10-19T17:39:17+00:00
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
043d7ebf6bc3fe51cdc534346358ced02a7f9b21
os2: thread: remove unused detached thread support
f09937dc6dbfe56989d532ad5e5be3c6fd9a182a
win32: thread: remove unused detached thread support
8675f083e7d4952383a452f9ca9d060071b42ddd
threads: remove vlc_clone_detach()
a10ac09d42601cdf0671a58f5f971e7665e7e8d6
Deprecate vlc_clone_detach()
c5f960ff25baddc2e697adefd98a9741ee40d5fc
- - - - -
1 changed file:
- include/vlc_threads.h
Changes:
=====================================
include/vlc_threads.h
=====================================
@@ -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
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/3379c7bdba42984d56d311fcdc9810308b3a08b7
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/3379c7bdba42984d56d311fcdc9810308b3a08b7
You're receiving this email because of your account on code.videolan.org.
More information about the vlc-commits
mailing list