pthread_mutex_t

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Variables

ptm_errorcheck
pthread_spin_t ptm_errorcheck;
Undocumented in source.
ptm_interlock
pthread_spin_t ptm_interlock;
Undocumented in source.
ptm_magic
uint ptm_magic;
Undocumented in source.
ptm_owner
pthread_t ptm_owner;
Undocumented in source.
ptm_pad1
ubyte[3] ptm_pad1;
Undocumented in source.
ptm_pad2
ubyte[3] ptm_pad2;
Undocumented in source.
ptm_recursed
uint ptm_recursed;
Undocumented in source.
ptm_spare2
void* ptm_spare2;
Undocumented in source.
ptm_waiters
void* ptm_waiters;
Undocumented in source.

Meta