Searched refs:thread_ready (Results 1 – 1 of 1) sorted by relevance
1503 std::atomic<bool> thread_ready(false); in seccomp_fork_impl() local1504 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()