Home
last modified time | relevance | path

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

/dports/textproc/turboxsl/turboxsl-b03c2c9/src/
H A Dthreadpool.c25 unsigned int num_of_blocked; member
109 if (pool->num_of_blocked < pool->num_of_threads) in thread_pool_try_wait()
111 pool->num_of_blocked += 1; in thread_pool_try_wait()
128 if (pool->num_of_blocked > 0) pool->num_of_blocked -= 1; in thread_pool_finish_wait()