Searched refs:detachstate (Results 1 – 4 of 4) sorted by relevance
90 pthread_attr_getdetachstate(const pthread_attr_t *attrp, int *detachstate) in pthread_attr_getdetachstate() argument92 *detachstate = (*attrp)->detach_state; in pthread_attr_getdetachstate()98 pthread_attr_setdetachstate(pthread_attr_t *attrp, int detachstate) in pthread_attr_setdetachstate() argument102 error = (detachstate == PTHREAD_CREATE_DETACHED || in pthread_attr_setdetachstate()103 detachstate == PTHREAD_CREATE_JOINABLE) ? 0 : EINVAL; in pthread_attr_setdetachstate()105 (*attrp)->detach_state = detachstate; in pthread_attr_setdetachstate()
212 int detachstate ATTRIBUTE_UNUSED) in pthread_attr_setdetachstate()
1679 pthdb_detachstate_t detachstate; in aix_thread_extra_thread_info() local1706 &detachstate); in aix_thread_extra_thread_info()1707 if (status == PTHDB_SUCCESS && detachstate == PDS_DETACHED) in aix_thread_extra_thread_info()
4820 INTERCEPTOR_PTHREAD_ATTR_GET(detachstate, sizeof(int))