Searched refs:bind_while_alive (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/system/utest/exception/
H A Dexception.c630 // Creates a process, possibly binds an eport to it (if |bind_while_alive| is set),
632 static bool dead_process_unbind_helper(bool debugger, bool bind_while_alive) { argument
641 if (bind_while_alive) {
655 if (debugger && bind_while_alive) {
666 if (bind_while_alive) {
686 /* debugger */ false, /* bind_while_alive */ true), "");
695 /* debugger */ false, /* bind_while_alive */ false), "");
704 /* debugger */ true, /* bind_while_alive */ true), "");
713 /* debugger */ true, /* bind_while_alive */ false), "");
717 // Creates a thread, possibly binds an eport to it (if |bind_while_alive| i
719 dead_thread_unbind_helper(bool bind_while_alive) argument
[all...]

Completed in 26 milliseconds