Searched refs:start_running (Results 1 – 2 of 2) sorted by relevance
441 def start_process(self, start_running=False): argument449 if not start_running:461 if not start_running:
1353 std::atomic_bool start_running = false; in SetAllocationLimitMultipleThreads() local1358 threads[i].reset(new std::thread([&num_running, &start_running, &num_successful] { in SetAllocationLimitMultipleThreads()1360 while (!start_running) { in SetAllocationLimitMultipleThreads()1374 start_running = true; in SetAllocationLimitMultipleThreads()