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

12345678

/freebsd-11-stable/contrib/jemalloc/include/jemalloc/internal/
H A Dmb.h105 malloc_mutex_t mtx; local
/freebsd-11-stable/sys/sys/
H A D_mutex.h45 struct mtx { struct
H A D_unrhdr.h46 struct mtx *mtx; member in struct:unrhdr
/freebsd-11-stable/tools/regression/pthread/mutex_isowned_np/
H A Dmutex_isowned_np.c38 pthread_mutex_t *mtx = arg; local
52 pthread_mutex_t mtx; local
[all...]
/freebsd-11-stable/tools/regression/pthread/unwind/
H A Dcond_wait_cancel.cpp11 pthread_mutex_t mtx; variable
H A Dcond_wait_cancel2.cpp16 pthread_mutex_t mtx; variable
/freebsd-11-stable/usr.bin/mkuzip/
H A Dmkuz_fqueue.h30 pthread_mutex_t mtx; member in struct:mkuz_fifo_queue
/freebsd-11-stable/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-11-stable/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-11-stable/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-11-stable/lib/libstdthreads/
H A Dcnd.c77 cnd_timedwait(cnd_t *restrict cond, mtx_t *restrict mtx, argument
92 cnd_wait(cnd_t *cond, mtx_t *mtx) argument
H A Dmtx.c38 mtx_destroy(mtx_t *mtx) argument
45 mtx_init(mtx_t *mtx, int type) argument
73 mtx_lock(mtx_t *mtx) argument
82 mtx_timedlock(mtx_t *restrict mtx, const struct timespec *restrict ts) argument
96 mtx_trylock(mtx_t *mtx) argument
110 mtx_unlock(mtx_t *mtx) argument
[all...]
/freebsd-11-stable/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-11-stable/sys/dev/bhnd/nvram/
H A Dbhnd_spromvar.h81 struct mtx mtx; /**< SPROM shadow mutex */ member in struct:bhnd_sprom_softc
/freebsd-11-stable/sys/dev/firewire/
H A Dif_fwevar.h51 struct mtx mtx; member in struct:fwe_softc
/freebsd-11-stable/sys/dev/uart/
H A Duart_bus_scc.c71 uintptr_t mtx; local
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_persistent_allocator.h29 StaticSpinMutex mtx; // Protects alloc of new blocks for region allocator. member in class:__sanitizer::PersistentAllocator
/freebsd-11-stable/sys/dev/vnic/
H A Dthunder_mdio_var.h55 struct mtx mtx; member in struct:thunder_mdio_softc
/freebsd-11-stable/sys/dev/usb/
H A Dusb_util.c133 usb_pause_mtx(struct mtx *mtx, int timo) argument
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dhrtimer.h50 struct mtx mtx; member in struct:hrtimer
H A Dxarray.h55 struct mtx mtx; /* internal mutex */ member in struct:xarray
/freebsd-11-stable/sys/dev/ixl/
H A Dixl_iw_int.h62 struct mtx mtx; member in struct:ixl_iw_state
/freebsd-11-stable/sys/dev/bhnd/cores/pci/
H A Dbhnd_pcivar.h96 struct mtx mtx; /**< state mutex used to protect member in struct:bhnd_pci_softc

Completed in 134 milliseconds

12345678