Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/kern/
Dkern_thread.c954 thread_suspend_check(int return_instead) in thread_suspend_check() argument
977 if ((p->p_flag & P_SINGLE_EXIT) && return_instead) in thread_suspend_check()
982 (p->p_flag & P_SINGLE_BOUNDARY) && return_instead) in thread_suspend_check()
989 KASSERT(return_instead, in thread_suspend_check()
1035 if (return_instead == 0) { in thread_suspend_check()