Searched defs:pthread_mutex_t_ (Results 1 – 1 of 1) sorted by relevance
234 struct pthread_mutex_t_ struct236 LONG lock_idx; /* Provides exclusive access to mutex state242 int recursive_count; /* Number of unlocks a thread needs to perform245 int kind; /* Mutex type. */246 pthread_t ownerThread;247 HANDLE event; /* Mutex release notification to waiting250 robustNode; /* Extra state for robust mutexes */