]> git.sesse.net Git - vlc/commit
threads: Make sure we vlc_thread_join() won't block when run from joined thread using...
authorPierre d'Herbemont <pdherbemont@videolan.org>
Tue, 25 Mar 2008 23:39:59 +0000 (00:39 +0100)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Wed, 26 Mar 2008 16:36:04 +0000 (17:36 +0100)
commit8bf64ccc76a40c0ba7c2089ed5e08f58a5f405f3
tree9dae2e225fd0308e2d6612c63764e7a11acf5bef
parentc5afed27be0103b5c7198993313cafefe1930290
threads: Make sure we vlc_thread_join() won't block when run from joined thread using the pthread implementation.

Signed-off-by: RĂ©mi Denis-Courmont
src/misc/threads.c