Searched refs:__pthread_detachstate (Results 1 – 1 of 1) sorted by relevance
147 pub type __pthread_detachstate = c_uint; typedef685 pub __detachstate: __pthread_detachstate,3093 pub const PTHREAD_CREATE_JOINABLE: __pthread_detachstate = 0;3094 pub const PTHREAD_CREATE_DETACHED: __pthread_detachstate = 1;