FFmpeg
|
#include <os2threads.h>
Data Fields | |
volatile int | done |
_fmutex | mtx |
void * | Ptr |
For the Windows 6.0+ native functions. More... | |
LONG | state |
For the pre-Windows 6.0 compat code. More... | |
Definition at line 60 of file os2threads.h.
volatile int pthread_once_t::done |
Definition at line 61 of file os2threads.h.
Referenced by pthread_once().
_fmutex pthread_once_t::mtx |
Definition at line 62 of file os2threads.h.
Referenced by pthread_once().
void* pthread_once_t::Ptr |
For the Windows 6.0+ native functions.
Definition at line 190 of file w32pthreads.h.
LONG pthread_once_t::state |
For the pre-Windows 6.0 compat code.
Definition at line 191 of file w32pthreads.h.
Referenced by pthread_once().