Searched defs:lock (Results 1 - 25 of 585) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/gcclibs/libgomp/config/posix/
H A Domp-lock.h11 typedef struct { pthread_mutex_t lock; int count; } omp_nest_lock_t; member in struct:__anon1452
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DRWMutex.cpp29 bool RWMutexImpl::lock() { return true; } function in class:RWMutexImpl
/freebsd-11-stable/contrib/gcclibs/libgomp/config/posix95/
H A Domp-lock.h14 pthread_mutex_t lock; member in struct:__anon1453
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dlock.c44 svn_lock_dup(const svn_lock_t *lock, apr_pool_t *pool) argument
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/gwp_asan/platform_specific/
H A Dmutex_posix.cpp15 void Mutex::lock() { function in class:gwp_asan::Mutex
/freebsd-11-stable/contrib/ntp/lib/isc/include/isc/
H A Dquota.h52 isc_mutex_t lock; /*%< Locked by lock. */ member in struct:isc_quota
/freebsd-11-stable/tools/KSE/ksetest/
H A Dsimplelock.h40 simplelock_init(struct simplelock *lock) argument
46 simplelock_lock(struct simplelock *lock) argument
53 simplelock_unlock(struct simplelock *lock) argument
/freebsd-11-stable/tools/KSE/rr/
H A Dsimplelock.h40 simplelock_init(struct simplelock *lock) argument
46 simplelock_lock(struct simplelock *lock) argument
53 simplelock_unlock(struct simplelock *lock) argument
/freebsd-11-stable/sys/kern/
H A Dsubr_bufring.c40 buf_ring_alloc(int count, struct malloc_type *type, int flags, struct mtx *lock) argument
/freebsd-11-stable/sys/dev/smbus/
H A Dsmbus.h37 struct mtx lock; member in struct:smbus_softc
/freebsd-11-stable/contrib/ofed/libmlx5/
H A Ddoorbell.h50 static inline void mlx5_write64(uint32_t val[2], void *dest, struct mlx5_spinlock *lock) argument
57 static inline void mlx5_write64(uint32_t val[2], void *dest, struct mlx5_spinlock *lock) argument
/freebsd-11-stable/sys/dev/mlx5/mlx5_fpga_tools/
H A Dtools.h52 struct sx lock; member in struct:mlx5_fpga_tools_dev
/freebsd-11-stable/contrib/llvm-project/libunwind/src/
H A DRWMutex.hpp33 bool lock() { return true; } function in class:libunwind::RWMutex
/freebsd-11-stable/contrib/libstdc++/config/cpu/hppa/
H A Datomicity.h55 volatile int& lock = _Atomicity_lock<0>::_S_atomicity_lock; local
79 volatile int& lock = _Atomicity_lock<0>::_S_atomicity_lock; local
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-coremask.c72 cvmx_spinlock_t lock; /**< mutex spinlock */ member in struct:__anon8453
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_gem_names.h48 struct mtx lock; member in struct:drm_gem_names
/freebsd-11-stable/sys/sys/
H A D_lockmgr.h38 struct lock { struct
/freebsd-11-stable/sys/dev/isci/scil/
H A Dscif_sas_high_priority_request_queue.h103 SCIF_SAS_LOCK_T lock; member in struct:SCIF_SAS_HIGH_PRIORITY_REQUEST_QUEUE
/freebsd-11-stable/contrib/ofed/include/
H A Dudma_barrier.h258 static inline void mmio_wc_spinlock(pthread_spinlock_t *lock) argument
268 static inline void mmio_wc_spinunlock(pthread_spinlock_t *lock) argument
[all...]
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_fcoe.h41 osal_spinlock_t lock; member in struct:ecore_fcoe_info
/freebsd-11-stable/contrib/netbsd-tests/kernel/
H A Dt_lock.c53 ATF_TC(lock); variable
/freebsd-11-stable/contrib/unbound/util/
H A Dtcp_conn_limit.h71 lock_quick_type lock; member in struct:tcl_addr
/freebsd-11-stable/contrib/unbound/services/
H A Dview.h58 lock_rw_type lock; member in struct:views
83 lock_rw_type lock; member in struct:view
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_tsd.h43 INLINE void lock() { function
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dmutex.h27 NOINLINE void lock() { function in class:scudo::HybridMutex

Completed in 204 milliseconds

1234567891011>>