Home
last modified time | relevance | path

Searched defs:mtx_destroy (Results 1 – 7 of 7) sorted by relevance

/freebsd/lib/libstdthreads/
H A Dmtx.c36 mtx_destroy(mtx_t *mtx) in mtx_destroy() function
/freebsd/contrib/openbsm/bin/auditdistd/
H A Dsynch.h57 mtx_destroy(pthread_mutex_t *lock) in mtx_destroy() function
/freebsd/sbin/hastd/
H A Dsynch.h57 mtx_destroy(pthread_mutex_t *lock) __requires_unlocked(*lock) in mtx_destroy() function
/freebsd/contrib/processor-trace/include/windows/
H A Dthreads.h153 static inline void mtx_destroy(mtx_t *mtx) in mtx_destroy() function
/freebsd/contrib/processor-trace/include/posix/
H A Dthreads.h149 static inline void mtx_destroy(mtx_t *mtx) in mtx_destroy() function
/freebsd/sys/sys/
H A Dmutex.h170 #define mtx_destroy(m) \ macro
/freebsd/stand/kshim/
H A Dbsd_kernel.c301 mtx_destroy(struct mtx *mtx) in mtx_destroy() function