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