Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libc/port/threads/
H A Dthr.c71 static int thr_concurrency = 1; variable
705 thr_concurrency++; in _thrp_create()
765 thr_concurrency--; in _thrp_exit()
2352 return (thr_concurrency); in thr_getconcurrency()
2371 if (new_level > thr_concurrency) in thr_setconcurrency()
2372 thr_concurrency = new_level; in thr_setconcurrency()