HomeSort by: relevance | last modified time | path
    Searched refs:PT_STATE_ZOMBIE (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libpthread/
pthread_int.h 150 #define PT_STATE_ZOMBIE 5
pthread.c 686 self->pt_state = PT_STATE_ZOMBIE;
729 if (thread->pt_state != PT_STATE_ZOMBIE) {
798 if (thread->pt_state == PT_STATE_ZOMBIE) {

Completed in 15 milliseconds