Searched refs:start_running (Results 1 – 1 of 1) sorted by relevance
1352 std::atomic_bool start_running = false; in SetAllocationLimitMultipleThreads() local1357 threads[i].reset(new std::thread([&num_running, &start_running, &num_successful] { in SetAllocationLimitMultipleThreads()1359 while (!start_running) { in SetAllocationLimitMultipleThreads()1373 start_running = true; in SetAllocationLimitMultipleThreads()