pthread_mutex_t.__pthread_mutex_s
union pthread_mutex_t
struct __pthread_mutex_s {
}
- __anonymous
union __anonymous
Undocumented in source.
- __count
uint __count;
Undocumented in source.
- __kind
int __kind;
Undocumented in source.
- __lock
int __lock;
Undocumented in source.
- __nusers
uint __nusers;
Undocumented in source.
- __owner
int __owner;
Undocumented in source.