]> git.sesse.net Git - vlc/commit
vlc_thread_join: cannot join current thread
authorRémi Denis-Courmont <rdenis@simphalempin.com>
Thu, 28 Aug 2008 20:58:00 +0000 (23:58 +0300)
committerRémi Denis-Courmont <rdenis@simphalempin.com>
Thu, 28 Aug 2008 21:06:20 +0000 (00:06 +0300)
commitda9b4d4df337858b97f3841a50f7a8515d7d8f51
treee27e0384d090dd768dfea89c2aeb6bd87eb4e17e
parent0965ae7d651c32b206ed7aa92243d7fa497145c9
vlc_thread_join: cannot join current thread

vlc_join will cause the assertion failure with pthread.
On -unchanged- Windows, it (supposedly) deadlocks as it used to.
include/vlc_threads.h
src/misc/threads.c