Searched refs:__pthread_mutex_robustness (Results 1 – 1 of 1) sorted by relevance
151 pub type __pthread_mutex_robustness = c_uint; typedef3104 pub const PTHREAD_MUTEX_STALLED: __pthread_mutex_robustness = 0;3105 pub const PTHREAD_MUTEX_ROBUST: __pthread_mutex_robustness = 256;