Searched defs:mtx (Results 1 - 25 of 263) sorted by relevance

1234567891011

/freebsd-current/sys/contrib/openzfs/lib/libspl/
H A Dgetexecname.c40 static pthread_mutex_t mtx = PTHREAD_MUTEX_INITIALIZER; local
/freebsd-current/sys/sys/
H A D_mutex.h45 struct mtx { struct
H A D_unrhdr.h46 struct mtx *mtx; member in struct:unrhdr
/freebsd-current/tools/regression/pthread/mutex_isowned_np/
H A Dmutex_isowned_np.c36 pthread_mutex_t *mtx = arg; local
50 pthread_mutex_t mtx; local
[all...]
/freebsd-current/usr.bin/mkuzip/
H A Dmkuz_fqueue.h28 pthread_mutex_t mtx; member in struct:mkuz_fifo_queue
/freebsd-current/tools/regression/pthread/unwind/
H A Dcond_wait_cancel2.cpp15 static pthread_mutex_t mtx; variable
H A Dcond_wait_cancel.cpp10 static pthread_mutex_t mtx; variable
/freebsd-current/contrib/netbsd-tests/lib/libpthread/dlopen/
H A Dt_dlopen.c77 pthread_mutex_t mtx; local
109 pthread_mutex_t mtx; local
141 pthread_mutex_t mtx; local
[all...]
/freebsd-current/contrib/netbsd-tests/lib/libpthread/dlopen/dso/
H A Dh_pthread_dlopen.c59 testf_dso_mutex_lock(pthread_mutex_t *mtx) argument
68 testf_dso_mutex_unlock(pthread_mutex_t *mtx) argument
/freebsd-current/contrib/netbsd-tests/rump/kernspace/
H A Dlockme.c52 kmutex_t mtx; local
H A Dalloc.c51 static kmutex_t mtx; variable
[all...]
H A Dthread.c72 static kmutex_t mtx; variable
/freebsd-current/lib/libstdthreads/
H A Dcnd.c75 cnd_timedwait(cnd_t *restrict cond, mtx_t *restrict mtx, argument
90 cnd_wait(cnd_t *cond, mtx_t *mtx) argument
H A Dmtx.c36 mtx_destroy(mtx_t *mtx) argument
43 mtx_init(mtx_t *mtx, int type) argument
72 mtx_lock(mtx_t *mtx) argument
81 mtx_timedlock(mtx_t *restrict mtx, const struct timespec *restrict ts) argument
95 mtx_trylock(mtx_t *mtx) argument
109 mtx_unlock(mtx_t *mtx) argument
[all...]
/freebsd-current/sys/cam/mmc/
H A Dmmc_sim.h33 struct mtx mtx; member in struct:mmc_sim
/freebsd-current/sys/dev/fdt/
H A Dsimple_mfd.h37 struct mtx mtx; member in struct:simple_mfd_softc
/freebsd-current/sys/dev/qcom_gcc/
H A Dqcom_gcc_ipq4018_var.h40 struct mtx mtx; member in struct:qcom_gcc_ipq4018_softc
/freebsd-current/sys/dev/syscon/
H A Dsyscon_generic.h37 struct mtx mtx; member in struct:syscon_generic_softc
/freebsd-current/sbin/ipf/libipf/
H A Dmutex_emul.c19 eMmutex_enter(eMmutex_t *mtx, char *file, int line) argument
41 eMmutex_exit(eMmutex_t *mtx, char *file, int line) argument
63 eMmutex_init(eMmutex_t *mtx, char *who, char *file, int line) argument
87 eMmutex_destroy(eMmutex_t *mtx, char *file, int line) argument
[all...]
/freebsd-current/sys/dev/bhnd/cores/pcie2/
H A Dbhnd_pcie2_var.h81 struct mtx mtx; /**< state mutex used to protect member in struct:bhnd_pcie2_softc
/freebsd-current/sys/dev/usb/
H A Dusb_hid.c112 usbd_req_get_hid_desc(struct usb_device *udev, struct mtx *mtx, argument
/freebsd-current/sys/dev/firewire/
H A Dif_fwevar.h52 struct mtx mtx; member in struct:fwe_softc
/freebsd-current/sys/dev/uart/
H A Duart_bus_scc.c70 uintptr_t mtx; local
/freebsd-current/sys/arm/mv/clk/
H A Darmada38x_gateclk.c49 struct mtx mtx; member in struct:armada38x_gateclk_softc
/freebsd-current/sys/arm64/vmm/io/
H A Dvtimer.h47 struct mtx mtx; member in struct:vtimer_timer

Completed in 1495 milliseconds

1234567891011