]> git.sesse.net Git - vlc/commit
pthread: Use Mach semaphores instead of POSIX semaphores on Mac OS X
authorJuho Vähä-Herttua <juhovh@iki.fi>
Thu, 6 May 2010 14:52:57 +0000 (17:52 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Fri, 7 May 2010 14:08:20 +0000 (17:08 +0300)
commitf76374224a753e908a4655f16b1cf1ca85897723
tree906205d7bd9178d1ef2dff2d69a1050f9ca0362c
parent2a625dda910374d20d2e751cdbd63bbfa1a20878
pthread: Use Mach semaphores instead of POSIX semaphores on Mac OS X

Unnamed POSIX semaphores don't work on Mac OS X at all.

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
include/vlc_threads.h
src/misc/pthread.c