Searched refs:extra_thread_count (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/system/utest/debugger/
H A Ddebugger.cpp52 fbl::atomic<int> extra_thread_count; member in namespace:__anon1329
1114 atomic_fetch_add(&extra_thread_count, 1);
1154 while (extra_thread_count.load() < kNumExtraThreads)

Completed in 73 milliseconds