Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_thread.c930 PROC_SUNLOCK(p); in thread_exit()
1240 PROC_SUNLOCK(p); in thread_single()
1270 PROC_SUNLOCK(p); in thread_single()
1405 PROC_SUNLOCK(p); in thread_suspend_check()
1475 PROC_SUNLOCK(p); in thread_suspend_switch()
1600 PROC_SUNLOCK(p); in thread_single_end()
H A Dkern_sig.c2313 PROC_SUNLOCK(p); in tdsendsignal()
2323 PROC_SUNLOCK(p); in tdsendsignal()
2332 PROC_SUNLOCK(p); in tdsendsignal()
2339 PROC_SUNLOCK(p); in tdsendsignal()
2374 PROC_SUNLOCK(p); in tdsendsignal()
2424 PROC_SUNLOCK(p); in tdsendsignal()
2475 PROC_SUNLOCK(p); in tdsigwakeup()
2500 PROC_SUNLOCK(p); in tdsigwakeup()
2517 PROC_SUNLOCK(p); in tdsigwakeup()
2659 PROC_SUNLOCK(p); in ptracestop()
[all …]
H A Dkern_poll.c562 PROC_SUNLOCK(td->td_proc); in poll_idle()
H A Dkern_exit.c1275 PROC_SUNLOCK(p); in kern_wait6()
1293 PROC_SUNLOCK(p); in kern_wait6()
H A Dsys_process.c838 PROC_SUNLOCK(p); in kern_ptrace()
1096 PROC_SUNLOCK(p); in kern_ptrace()
H A Dkern_fork.c689 PROC_SUNLOCK(p2); in do_fork()
H A Dsubr_sleepqueue.c491 PROC_SUNLOCK(p); in sleepq_check_ast_sc_locked()
/f-stack/freebsd/sys/
H A Dproc.h728 #define PROC_SUNLOCK(p) mtx_unlock_spin(&(p)->p_slock) macro