Searched refs:_mtx_init_flags (Results 1 – 3 of 3) sorted by relevance
/openbsd/sys/sys/ |
H A D | mutex.h | 135 void _mtx_init_flags(struct mutex *, int, const char *, int, 140 _mtx_init_flags(m, ipl, name, flags, &__lock_type); \ 150 #define _mtx_init_flags(m,i,n,f,t) _mtx_init(m,i) macro
|
/openbsd/sys/kern/ |
H A D | kern_lock.c | 406 _mtx_init_flags(struct mutex *m, int ipl, const char *name, int flags, in _mtx_init_flags() function
|
H A D | subr_pool.c | 2197 _mtx_init_flags(&lock->prl_mtx, pp->pr_ipl, pp->pr_wchan, 0, type); in pool_lock_mtx_init()
|