Home
last modified time | relevance | path

Searched refs:state (Results 1 – 10 of 10) sorted by relevance

/htl/
A Dpt-setcancelstate.c24 __pthread_setcancelstate (int state, int *oldstate) in __pthread_setcancelstate() argument
28 switch (state) in __pthread_setcancelstate()
40 p->cancel_state = state; in __pthread_setcancelstate()
A Dpt-dealloc.c36 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()
A Dpt-detach.c40 switch (pthread->state) in __pthread_detach()
45 pthread->state = PTHREAD_DETACHED; in __pthread_detach()
A Dpt-exit.c66 switch (self->state) in __pthread_exit()
81 self->state = PTHREAD_EXITED; in __pthread_exit()
A Dpt-getattr.c46 attr->__detachstate = (pthread->state == PTHREAD_DETACHED in __pthread_getattr_np()
A Dpt-join.c52 while (pthread->state == PTHREAD_JOINABLE && err != ETIMEDOUT) in __pthread_join_common()
60 switch (pthread->state) in __pthread_join_common()
A Dpt-create.c147 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()
A Dforward.c137 FORWARD (__pthread_setcancelstate, (int state, int *oldstate),
138 (state, oldstate), 0)
A Dpt-alloc.c90 if (new->state == PTHREAD_TERMINATED) in __pthread_alloc()
A Dpt-internal.h95 enum pthread_state state; member

Completed in 15 milliseconds