Searched defs:threads_running (Results 1 – 3 of 3) sorted by relevance
50 static int threads_running; variable
77 volatile int threads_running = 0; variable
163 volatile std::atomic<bool> threads_running[kNumThreads + 1]; in TEST() local