VLC 4.0.0-dev

Semaphore. More...

#include <vlc_threads.h>

Data Fields

union {
   atomic_uint   value
 
   int   dummy
 
}; 
 

Detailed Description

Semaphore.

Storage space for a thread-safe semaphore.

Field Documentation

◆ 

union { ... } vlc_sem_t::@289

◆ dummy

int vlc_sem_t::dummy

◆ value

atomic_uint vlc_sem_t::value

The documentation for this struct was generated from the following file: