Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dmutex.h97 int _mtx_trylock_flags_(volatile uintptr_t *c, int opts, const char *file,
174 _mtx_trylock_flags_(&(m)->mtx_lock, o, f, l)
/f-stack/freebsd/kern/
H A Dkern_mutex.c473 _mtx_trylock_flags_(volatile uintptr_t *c, int opts, const char *file, int line) in _mtx_trylock_flags_() function