Searched defs:mutex_lock (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/contrib/octeon-sdk/cvmx-malloc/
H A Dthread-m.h49 #define mutex_lock(m) cvmx_spinlock_lock(m) macro
58 #define mutex_lock(m) ((*(m) = 1), 0) macro
/freebsd-11-stable/lib/libc/include/
H A Dreentrant.h98 #define mutex_lock(m) if (__isthreaded) \ macro
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dmutex.h55 #define mutex_lock(_m) do { \ macro
/freebsd-11-stable/cddl/contrib/opensolaris/head/
H A Dthread.h53 #define mutex_lock(l) pthread_mutex_lock(l) macro
/freebsd-11-stable/contrib/netbsd-tests/lib/libpthread/
H A Dt_mutex.c66 mutex_lock(pthread_mutex_t *m, const struct timespec *ts) function
75 #define mutex_lock(a, b) pthread_mutex_lock(a) macro
[all...]

Completed in 89 milliseconds