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

  /src/lib/libpthread/
pthread_lock.c 179 else if (pthread__concurrency != 1)
184 if (pthread__concurrency != 1) {
pthread_int.h 176 extern int pthread__concurrency;
pthread.c 123 int pthread__concurrency; variable in typeref:typename:int
231 pthread__concurrency = (int)sysconf(_SC_NPROCESSORS_CONF);

Completed in 12 milliseconds