Searched refs:acquire (Results 1 - 25 of 67) sorted by relevance

123

/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/
H A Derr.D_PROTO_LEN.motoofew.d37 lockstat:::adaptive-acquire
H A Derr.D_PROTO_LEN.mtatoofew.d39 lockstat:::adaptive-acquire
H A Derr.D_PROTO_LEN.mtatoomany.d38 lockstat:::adaptive-acquire
H A Derr.D_PROTO_LEN.motoomany.d37 lockstat:::adaptive-acquire
H A Dtst.mutex_owned.d39 lockstat:::adaptive-acquire
45 lockstat:::adaptive-acquire
52 lockstat:::adaptive-acquire
59 lockstat:::adaptive-acquire
H A Dtst.mutex_owner.d51 lockstat:::adaptive-acquire
H A Dtst.mutex_type_adaptive.d47 lockstat:::adaptive-acquire
/freebsd-current/contrib/llvm-project/libcxx/include/__atomic/
H A Dmemory_order.h34 acquire = __mo_acquire, member in class:memory_order
45 inline constexpr auto memory_order_acquire = memory_order::acquire;
/freebsd-current/kerberos5/libexec/kcm/
H A DMakefile8 acquire.c \
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/misc/
H A Dtst.roch.d77 mtx_lock:adaptive-acquire
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A DRWMutex.cpp119 return static_cast<MutexImpl *>(data_)->acquire();
127 return static_cast<MutexImpl *>(data_)->acquire();
/freebsd-current/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_handlers.cpp88 Location Loc = Data->Loc.acquire();
156 Location Loc = Data->Loc.acquire();
157 SourceLocation AssumptionLoc = Data->AssumptionLoc.acquire();
212 SourceLocation Loc = Data->Loc.acquire();
251 SourceLocation Loc = Data->Loc.acquire();
288 SourceLocation Loc = Data->Loc.acquire();
333 SourceLocation Loc = Data->Loc.acquire();
383 SourceLocation Loc = Data->Loc.acquire();
438 SourceLocation Loc = Data->Loc.acquire();
496 SourceLocation SLoc = Data->Loc.acquire();
[all...]
H A Dubsan_handlers_cxx.cpp45 SourceLocation Loc = Data->Loc.acquire();
100 SourceLocation Loc = Data->Loc.acquire();
H A Dubsan_value.h57 /// \brief Atomically acquire a copy, disabling original in-place.
58 /// Exactly one call to acquire() returns a copy that isn't disabled.
59 SourceLocation acquire() { function in class:__ubsan::SourceLocation
/freebsd-current/contrib/libcxxrt/
H A Dguard.cc98 * Attempting to acquire the lock failed.
145 * Try to acquire the lock. This has a tri-state return, indicating
153 // Try to acquire the lock, assuming that we are in the state where
176 return (val.load(memory_order::acquire) & initialised) ==
214 * Try to acquire the lock. This has a tri-state return, indicating
222 // Try to acquire the lock
261 return (init_word.load(memory_order::acquire) & initialised) ==
324 // Spin trying to acquire the lock. If we fail to acquire the lock the
330 // Try to acquire th
[all...]
H A Datomic.h31 acquire = __ATOMIC_ACQUIRE, enumerator in enum:__anon1::memory_order
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A DAtomicOrdering.h31 acquire = 2, member in class:llvm::AtomicOrderingCABI
55 /// \-->consume-->acquire--/
84 "consume", "acquire", "release",
98 /* acquire */ { true, true, true, true, false, false, false, false},
113 /* acquire */ { true, true, true, true, true, false, false, false},
153 /* acquire */ AtomicOrderingCABI::acquire,
/freebsd-current/tests/sys/netpfil/common/
H A Dsniffer.py45 if not self._sem.acquire(timeout=30):
/freebsd-current/crypto/heimdal/kcm/
H A DMakefile.am11 acquire.c \
/freebsd-current/sys/contrib/ck/include/
H A Dck_elide.h154 goto acquire; \
186 acquire: \
/freebsd-current/tools/test/stress2/misc/
H A Dsem.sh112 * Attempt to acquire the semaphore.
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_addrhashmap.h107 void acquire(Handle *h);
145 map_->acquire(this);
155 map_->acquire(this);
165 map_->acquire(this);
204 void AddrHashMap<T, kSize>::acquire(Handle *h)
/freebsd-current/sys/dev/e1000/
H A De1000_i210.c103 if (hw->nvm.ops.acquire(hw) == E1000_SUCCESS) {
148 if (hw->nvm.ops.acquire(hw) == E1000_SUCCESS) {
460 if (hw->nvm.ops.acquire(hw) == E1000_SUCCESS) {
511 if (hw->nvm.ops.acquire(hw) == E1000_SUCCESS) {
635 nvm->ops.acquire = e1000_acquire_nvm_i210;
716 hw->phy.ops.acquire(hw);
H A De1000_phy.c77 phy->ops.acquire = e1000_null_ops_generic;
660 if (!hw->phy.ops.acquire)
663 ret_val = hw->phy.ops.acquire(hw);
690 if (!hw->phy.ops.acquire)
693 ret_val = hw->phy.ops.acquire(hw);
744 if (!hw->phy.ops.acquire)
747 ret_val = hw->phy.ops.acquire(hw);
813 if (!hw->phy.ops.acquire)
816 ret_val = hw->phy.ops.acquire(hw);
884 if (!hw->phy.ops.acquire)
[all...]
/freebsd-current/sys/contrib/ncsw/Peripherals/BM/
H A Dfsl_bman.h263 } _PackedType acquire; member in union:bm_mc_command::__anon9590
285 } _PackedType acquire; member in union:bm_mc_result::__anon9591

Completed in 132 milliseconds

123