Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dmutex.h119 void __mtx_lock_flags(volatile uintptr_t *c, int opts, const char *file,
196 __mtx_lock_flags(&(m)->mtx_lock, o, f, l)
/f-stack/freebsd/kern/
H A Dkern_mutex.c258 __mtx_lock_flags(volatile uintptr_t *c, int opts, const char *file, int line) in __mtx_lock_flags() function