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