Searched refs:p_detached (Results 1 – 13 of 13) sorted by relevance
132 if (th->p_detached || th->p_joining != NULL) { in pthread_join()191 if (th->p_detached) { in pthread_detach()201 th->p_detached = 1; in pthread_detach()
139 char p_detached; /* true if detached */ member
386 attr->__detachstate = (descr->p_detached in weak_alias()
767 new_thread->p_detached = attr->__detachstate; in pthread_handle_create()961 detached = th->p_detached; in pthread_exited()
138 if (th->p_detached || th->p_joining != NULL) { in pthread_join()198 if (th->p_detached) { in pthread_detach()208 th->p_detached = 1; in pthread_detach()
147 char p_detached; /* true if detached */ member
689 new_thread->p_detached = attr->__detachstate; in pthread_handle_create()963 detached = th->p_detached; in pthread_exited()1018 th->p_detached = 1; in pthread_handle_free()
348 attr->__detachstate = (descr->p_detached in weak_alias()
147 if (th->p_detached || th->p_joining != NULL) { in pthread_join()209 if (th->p_detached) { in pthread_detach()219 th->p_detached = 1; in pthread_detach()
542 new_thread->p_detached = attr->__detachstate; in pthread_handle_create()794 detached = th->p_detached; in pthread_exited()850 th->p_detached = 1; in pthread_handle_free()
143 char p_detached; /* true if detached */ member
67 else if (! pds.p_detached) in td_thr_get_info()
Completed in 16 milliseconds