Searched defs:detachstate (Results 1 – 3 of 3) sorted by relevance
184 _thr_attr_getdetachstate(const pthread_attr_t *attr, int *detachstate) in _thr_attr_getdetachstate()354 _thr_attr_setdetachstate(pthread_attr_t *attr, int detachstate) in _thr_attr_setdetachstate()
266 int detachstate; in pthread_attr_clone() local
103 int detachstate = PTHREAD_CREATE_DETACHED; in zk_thread_create() local