VLC 4.0.0-dev
|
Semaphore. More...
#include <vlc_threads.h>
Data Fields | |
union { | |
atomic_uint value | |
int dummy | |
}; | |
Semaphore.
Storage space for a thread-safe semaphore.
union { ... } vlc_sem_t::@289 |
int vlc_sem_t::dummy |
atomic_uint vlc_sem_t::value |
Referenced by vlc_sem_init(), vlc_sem_post(), vlc_sem_timedwait(), vlc_sem_trywait(), and vlc_sem_wait().