Home
last modified time | relevance | path

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

/system/core/debuggerd/
Ddebuggerd_test.cpp1503 std::atomic<bool> thread_ready(false); in seccomp_fork_impl() local
1504 std::thread thread([&jail, &thread_ready]() { in seccomp_fork_impl()
1506 thread_ready = true; in seccomp_fork_impl()
1512 while (!thread_ready) { in seccomp_fork_impl()