Home
last modified time | relevance | path

Searched refs:_mtx_spinlock_try (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/sys/
H A Dmutex.h117 int _mtx_spinlock_try(mtx_t *mtx);
H A Dmutex2.h258 return(_mtx_spinlock_try(mtx)); in mtx_spinlock_try()
/dragonfly/sys/kern/
H A Dkern_mutex.c422 _mtx_spinlock_try(mtx_t *mtx) in _mtx_spinlock_try() function