HomeSort by relevance Sort by last modified time
    Searched refs:THREAD_TYPICAL (Results 1 - 2 of 2) sorted by null

  /frameworks/wilhelm/src/
ThreadPool.h 69 // Note: if you set THREAD_TYPICAL to a non-zero value because you
76 #define THREAD_TYPICAL 1
78 #define THREAD_TYPICAL 0
81 #define THREAD_TYPICAL 4
83 pthread_t mThreadTypical[THREAD_TYPICAL];
ThreadPool.c 85 // maxThreads defaults to THREAD_TYPICAL if 0
121 maxThreads = THREAD_TYPICAL;
138 if (THREAD_TYPICAL >= maxThreads) {

Completed in 36 milliseconds