pthread_once_t

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
version(Windows)
extern (C)
struct pthread_once_t {}

Members

Variables

done
int done;
Undocumented in source.
lock
void* lock;
Undocumented in source.
reserved1
int reserved1;
Undocumented in source.
reserved2
int reserved2;
Undocumented in source.

Meta