Home
last modified time | relevance | path

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

/netbsd-src/sys/rump/librump/rumpkern/
H A Dthreads.c55 static bool threads_are_go; variable
72 if (!threads_are_go) { in threadbouncer()
74 while (!threads_are_go) { in threadbouncer()
111 threads_are_go = true; in rump_thread_allow()