Home
last modified time | relevance | path

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

/f-stack/freebsd/ddb/
H A Ddb_command.c706 if (PROC_TRYLOCK(p) == 0) in db_kill()
/f-stack/freebsd/sys/
H A Dproc.h893 #define PROC_TRYLOCK(p) mtx_trylock(&(p)->p_mtx) macro