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

  /src/lib/libpthread/
pthread_int.h 157 #define PT_FLAG_SUSPENDED 0x0100 /* In the suspended queue */
pthread_attr.c 528 attr->pta_flags |= PT_FLAG_SUSPENDED;
pthread.c 546 if ((newthread->pt_flags & PT_FLAG_SUSPENDED) != 0 ||
568 if ((newthread->pt_flags & PT_FLAG_SUSPENDED) == 0) {

Completed in 63 milliseconds