Searched refs:state (Results 1 – 10 of 10) sorted by relevance
24 __pthread_setcancelstate (int state, int *oldstate) in __pthread_setcancelstate() argument28 switch (state) in __pthread_setcancelstate()40 p->cancel_state = state; in __pthread_setcancelstate()
36 assert (pthread->state != PTHREAD_TERMINATED); in __pthread_dealloc()50 if (pthread->state != PTHREAD_EXITED) in __pthread_dealloc()67 pthread->state = PTHREAD_TERMINATED; in __pthread_dealloc()
40 switch (pthread->state) in __pthread_detach()45 pthread->state = PTHREAD_DETACHED; in __pthread_detach()
66 switch (self->state) in __pthread_exit()81 self->state = PTHREAD_EXITED; in __pthread_exit()
46 attr->__detachstate = (pthread->state == PTHREAD_DETACHED in __pthread_getattr_np()
52 while (pthread->state == PTHREAD_JOINABLE && err != ETIMEDOUT) in __pthread_join_common()60 switch (pthread->state) in __pthread_join_common()
147 pthread->state = (setup->__detachstate == PTHREAD_CREATE_DETACHED in weak_alias()202 if (pthread->state == PTHREAD_JOINABLE) in weak_alias()258 if (pthread->state == PTHREAD_JOINABLE) in weak_alias()
137 FORWARD (__pthread_setcancelstate, (int state, int *oldstate),138 (state, oldstate), 0)
90 if (new->state == PTHREAD_TERMINATED) in __pthread_alloc()
95 enum pthread_state state; member
Completed in 15 milliseconds