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

/freebsd-10.2-release/sys/kern/
H A Dkern_thread.c810 * If the "return_instead" argument is non zero, the thread must be able to
813 * The 'return_instead' argument tells the function if it may do a
819 * if 'return_instead' is false, but will exit.
821 * P_SINGLE_EXIT | return_instead == 0| return_instead != 0
835 * return_instead is set.
838 thread_suspend_check(int return_instead) argument
861 if ((p->p_flag & P_SINGLE_EXIT) && return_instead)
866 (p->p_flag & P_SINGLE_BOUNDARY) && return_instead)
873 KASSERT(return_instead,
[all...]

Completed in 47 milliseconds