FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
pthread_once_t Union Reference

#include <os2threads.h>

Data Fields

volatile int done
 
_fmutex mtx
 
voidPtr
 For the Windows 6.0+ native functions. More...
 
LONG state
 For the pre-Windows 6.0 compat code. More...
 

Detailed Description

Definition at line 60 of file os2threads.h.

Field Documentation

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().


The documentation for this union was generated from the following files: