Libav
|
#include <w32pthreads.h>
Data Fields | |
void * | Ptr |
For the Windows 6.0+ native functions. More... | |
LONG | state |
For the pre-Windows 6.0 compat code. More... | |
Definition at line 176 of file w32pthreads.h.
void* pthread_once_t::Ptr |
For the Windows 6.0+ native functions.
Definition at line 177 of file w32pthreads.h.
LONG pthread_once_t::state |
For the pre-Windows 6.0 compat code.
Definition at line 178 of file w32pthreads.h.
Referenced by pthread_once().