Searched refs:active_dynamo_threads (Results 1 – 1 of 1) sorted by relevance
18 static int active_dynamo_threads = 0; variable741 active_dynamo_threads = active_dynamo_threads + 1; in increment_working_threads()742 if (active_dynamo_threads > 0) { in increment_working_threads()749 if (active_dynamo_threads > 0) { in decrement_working_threads()750 active_dynamo_threads = active_dynamo_threads - 1; in decrement_working_threads()751 if (active_dynamo_threads == 0) { in decrement_working_threads()