Home
last modified time | relevance | path

Searched refs:start_running (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/frameworks/compile/libbcc/gdb_plugin/
Dandroid-commands.py441 def start_process(self, start_running=False): argument
449 if not start_running:
461 if not start_running:
/aosp_15_r20/bionic/tests/
H A Dmalloc_test.cpp1353 std::atomic_bool start_running = false; in SetAllocationLimitMultipleThreads() local
1358 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()