Home
last modified time | relevance | path

Searched defs:mtx_init (Results 1 – 8 of 8) sorted by relevance

/freebsd-head/lib/libstdthreads/
HDmtx.c43 mtx_init(mtx_t *mtx, int type) in mtx_init() function
/freebsd-head/contrib/openbsm/bin/auditdistd/
HDsynch.h49 mtx_init(pthread_mutex_t *lock) in mtx_init() function
/freebsd-head/sbin/hastd/
HDsynch.h48 mtx_init(pthread_mutex_t *lock) __requires_unlocked(*lock) in mtx_init() function
/freebsd-head/contrib/processor-trace/include/windows/
HDthreads.h143 static inline int mtx_init(mtx_t *mtx, int type) in mtx_init() function
/freebsd-head/contrib/processor-trace/include/posix/
HDthreads.h135 static inline int mtx_init(mtx_t *mtx, int type) in mtx_init() function
/freebsd-head/sys/sys/
HDmutex.h168 #define mtx_init(m, n, t, o) \ macro
/freebsd-head/stand/kshim/
HDbsd_kernel.c271 mtx_init(struct mtx *mtx, const char *name, const char *type, int opt) in mtx_init() function
/freebsd-head/sys/dev/smartpqi/
HDsmartpqi_defines.h1114 int mtx_init; member