Searched refs:thr_concurrency (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libc/port/threads/
H A Dthr.c63 * thr_concurrency and pthread_concurrency are not used by the library.
66 * Because thr_concurrency is affected by the THR_NEW_LWP flag
67 * to thr_create(), thr_concurrency is protected by link_lock.
69 static int thr_concurrency = 1; variable
702 thr_concurrency++;
762 thr_concurrency--;
2311 return (thr_concurrency);
2330 if (new_level > thr_concurrency)
2331 thr_concurrency = new_level;

Completed in 264 milliseconds