Searched defs:mtx_lock (Results 1 - 13 of 13) sorted by relevance

/freebsd-current/sys/sys/
H A D_mutex.h47 volatile uintptr_t mtx_lock; /* Owner and flags. */ member in struct:mtx
61 volatile uintptr_t mtx_lock; /* Owner and flags. */ member in struct:mtx_padalign
H A Dmutex.h386 #define mtx_lock macro
[all...]
/freebsd-current/lib/libstdthreads/
H A Dmtx.c72 mtx_lock(mtx_t *mtx) function
/freebsd-current/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_atomic.c44 #define mtx_lock(lock) pthread_mutex_lock(lock) macro
/freebsd-current/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_atomic.c44 #define mtx_lock(lock) pthread_mutex_lock(lock) macro
/freebsd-current/contrib/openbsm/bin/auditdistd/
H A Dsynch.h65 mtx_lock(pthread_mutex_t *lock) function
/freebsd-current/contrib/processor-trace/include/posix/
H A Dthreads.h155 static inline int mtx_lock(mtx_t *mtx) function
/freebsd-current/contrib/processor-trace/include/windows/
H A Dthreads.h159 static inline int mtx_lock(mtx_t *mtx) function
/freebsd-current/sys/arm64/coresight/
H A Dcoresight.h100 struct mtx mtx_lock; member in struct:coresight_platform_data
/freebsd-current/sys/kern/
H A Dsubr_unit.c138 mtx_lock(struct mtx *mp) function
/freebsd-current/sys/dev/xdma/
H A Dxdma.h162 struct mtx mtx_lock; member in struct:xdma_channel
/freebsd-current/stand/kshim/
H A Dbsd_kernel.c280 mtx_lock(struct mtx *mtx) function
[all...]
/freebsd-current/contrib/llvm-project/openmp/runtime/src/
H A Dkmp.h2565 kmp_lock_t *mtx_lock; /* is referenced by depnodes w/mutexinoutset dep */ member in struct:kmp_dephash_entry

Completed in 145 milliseconds