Searched defs:__pthread_mutex_st (Results 1 – 1 of 1) sorted by relevance
112 struct __pthread_mutex_st { struct113 unsigned int ptm_magic;114 __pthread_spin_t ptm_errorcheck;116 uint8_t ptm_pad1[3];125 union {130 uint8_t ptm_pad2[3];132 __pthread_volatile pthread_t ptm_owner;133 void * __pthread_volatile ptm_waiters;134 unsigned int ptm_recursed;135 void *ptm_spare2; /* unused - backwards compat */