Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Drwlock.h135 int __rw_try_wlock(volatile uintptr_t *c, const char *file, int line);
172 __rw_try_wlock(&(rw)->rw_lock, f, l)
/freebsd/sys/kern/
H A Dkern_rwlock.c363 __rw_try_wlock(volatile uintptr_t *c, const char *file, int line) in __rw_try_wlock() function