Home
last modified time | relevance | path

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

/system/core/debuggerd/
Ddebuggerd_test.cpp638 std::atomic<bool> thread_ready(false); in seccomp_fork_impl() local
639 std::thread thread([&jail, &thread_ready]() { in seccomp_fork_impl()
641 thread_ready = true; in seccomp_fork_impl()
647 while (!thread_ready) { in seccomp_fork_impl()