pthread_cond_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

ptc_lock
pthread_spin_t ptc_lock;
Undocumented in source.
ptc_magic
uint ptc_magic;
Undocumented in source.
ptc_mutex
pthread_mutex_t* ptc_mutex;
Undocumented in source.
ptc_private
void* ptc_private;
Undocumented in source.
ptc_waiters
pthread_queue_t ptc_waiters;
Undocumented in source.

Meta