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 149 #define PT_STATE_ZOMBIE 5
pthread.c 692 self->pt_state = PT_STATE_ZOMBIE;
735 if (thread->pt_state != PT_STATE_ZOMBIE) {
804 if (thread->pt_state == PT_STATE_ZOMBIE) {

Completed in 12 milliseconds