Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/sys/
Dmutex.h100 void _mtx_lock_spin(struct mtx *m, uintptr_t tid, int opts,
176 _mtx_lock_spin((mp), _tid, (opts), (file), (line)); \
/freebsd-9-stable/sys/kern/
Dkern_mutex.c533 _mtx_lock_spin(struct mtx *m, uintptr_t tid, int opts, const char *file, in _mtx_lock_spin() function