Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/threads/
H A Dthr.c72 static int thr_concurrency = 1; variable
706 thr_concurrency++; in _thrp_create()
770 thr_concurrency--; in _thrp_exit()
2353 return (thr_concurrency); in thr_getconcurrency()
2372 if (new_level > thr_concurrency) in thr_setconcurrency()
2373 thr_concurrency = new_level; in thr_setconcurrency()