VLC 4.0.0-dev
Loading...
Searching...
No Matches

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]

union { ... } vlc_sem_t

◆ dummy

int vlc_sem_t::dummy

◆ value

atomic_uint vlc_sem_t::value

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