Home
last modified time | relevance | path

Searched refs:acquire (Results 1 – 25 of 107) sorted by relevance

12345

/openbsd/src/gnu/llvm/compiler-rt/lib/ubsan/
Dubsan_handlers.cpp88 Location Loc = Data->Loc.acquire(); in handleTypeMismatchImpl()
156 Location Loc = Data->Loc.acquire(); in handleAlignmentAssumptionImpl()
157 SourceLocation AssumptionLoc = Data->AssumptionLoc.acquire(); in handleAlignmentAssumptionImpl()
212 SourceLocation Loc = Data->Loc.acquire(); in handleIntegerOverflowImpl()
251 SourceLocation Loc = Data->Loc.acquire(); in handleNegateOverflowImpl()
288 SourceLocation Loc = Data->Loc.acquire(); in handleDivremOverflowImpl()
333 SourceLocation Loc = Data->Loc.acquire(); in handleShiftOutOfBoundsImpl()
383 SourceLocation Loc = Data->Loc.acquire(); in handleOutOfBoundsImpl()
438 SourceLocation Loc = Data->Loc.acquire(); in handleVLABoundNotPositive()
496 SourceLocation SLoc = Data->Loc.acquire(); in handleFloatCastOverflow()
[all …]
Dubsan_handlers_cxx.cpp45 SourceLocation Loc = Data->Loc.acquire(); in HandleDynamicTypeCacheMiss()
100 SourceLocation Loc = Data->Loc.acquire(); in __ubsan_handle_cfi_bad_type()
168 SourceLocation CallLoc = Data->Loc.acquire(); in handleFunctionTypeMismatch()
Dubsan_value.h59 SourceLocation acquire() { in acquire() function
/openbsd/src/gnu/gcc/libstdc++-v3/libsupc++/
Dguard.cc124 acquire (__guard *g) in acquire() function
168 if (acquire (g)) in __cxa_guard_acquire()
178 return acquire (g); in __cxa_guard_acquire()
/openbsd/src/gnu/llvm/libcxx/include/
Dsemaphore31 void acquire();
101 void acquire()
156 void acquire()
158 __semaphore_.acquire();
/openbsd/src/gnu/llvm/libcxxabi/src/
Dcxa_guard_impl.h190 bool acquire() { in acquire() function
254 bool acquire() { in acquire() function
323 bool acquire() { in acquire() function
459 bool acquire() { in acquire() function
589 if (guard_byte.acquire() || init_byte.acquire()) in cxa_guard_acquire()
/openbsd/src/regress/sbin/ipsecctl/
Dipsec21.in7 flow esp out from 192.168.3.3 to 192.168.3.2 peer 192.168.3.3 type acquire
8 flow esp in from 192.168.3.2 to 192.168.3.3 peer 192.168.3.3 type acquire
Dipsec20.ok7 flow esp out from 192.168.3.3 to 192.168.3.2 peer 192.168.3.3 type acquire
8 flow esp in from 192.168.3.2 to 192.168.3.3 peer 192.168.3.3 type acquire
Dipsec21.ok7 flow esp out from 192.168.3.3 to 192.168.3.2 peer 192.168.3.3 type acquire
8 flow esp in from 192.168.3.2 to 192.168.3.3 peer 192.168.3.3 type acquire
Dipsec34.in7 flow esp out from 3ffe::3 to 3ffe::2 peer 3ffe::3 type acquire
8 flow esp in from 3ffe::2 to 3ffe::3 peer 3ffe::3 type acquire
Dipsec41.ok7 flow esp out from 3ffe::3 to 3ffe::2 peer 3ffe::3 type acquire
8 flow esp in from 3ffe::2 to 3ffe::3 peer 3ffe::3 type acquire
Dipsec34.ok7 flow esp out from 3ffe::3 to 3ffe::2 peer 3ffe::3 type acquire
8 flow esp in from 3ffe::2 to 3ffe::3 peer 3ffe::3 type acquire
Dipsec20.in4 flow esp from 192.168.3.3 to 192.168.3.2 peer 192.168.3.3 type acquire
Dipsec41.in4 flow esp from 3ffe::3 to 3ffe::2 peer 3ffe::3 type acquire
/openbsd/src/gnu/llvm/llvm/lib/Support/
DRWMutex.cpp119 return static_cast<MutexImpl *>(data_)->acquire(); in lock_shared()
127 return static_cast<MutexImpl *>(data_)->acquire(); in lock()
/openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/
Dsanitizer_addrhashmap.h107 void acquire(Handle *h);
145 map_->acquire(this); in Handle()
155 map_->acquire(this); in Handle()
165 map_->acquire(this); in Handle()
204 void AddrHashMap<T, kSize>::acquire(Handle *h) in acquire() function
/openbsd/src/gnu/llvm/llvm/include/llvm/Support/
DAtomicOrdering.h31 acquire = 2, enumerator
152 /* acquire */ AtomicOrderingCABI::acquire, in toCABI()
/openbsd/src/sys/dev/pci/
Digc_i225.c58 nvm->ops.acquire = igc_acquire_nvm_i225; in igc_init_nvm_params_i225()
149 phy->ops.acquire = igc_acquire_phy_base; in igc_init_phy_params_i225()
462 if (hw->nvm.ops.acquire(hw) == IGC_SUCCESS) { in igc_read_nvm_srrd_i225()
507 if (hw->nvm.ops.acquire(hw) == IGC_SUCCESS) { in igc_write_nvm_srwr_i225()
591 if (hw->nvm.ops.acquire(hw) == IGC_SUCCESS) { in igc_validate_nvm_checksum_i225()
638 if (hw->nvm.ops.acquire(hw) == IGC_SUCCESS) { in igc_update_nvm_checksum_i225()
Digc_phy.c24 phy->ops.acquire = igc_null_ops_generic; in igc_init_phy_ops_generic()
711 ret_val = phy->ops.acquire(hw); in igc_phy_hw_reset_generic()
802 ret_val = hw->phy.ops.acquire(hw); in igc_write_phy_reg_gpy()
838 ret_val = hw->phy.ops.acquire(hw); in igc_read_phy_reg_gpy()
Digc_hw.h232 int (*acquire)(struct igc_hw *); member
254 int (*acquire)(struct igc_hw *); member
/openbsd/src/gnu/llvm/clang/docs/
DThreadSafetyAnalysis.rst78 acquire a lock without releasing it, (or vice versa), but it must be annotated
106 methods to acquire and release the capability. The name of the object serves
109 to acquire the capability to access data that is protected by ``mu``. Similarly,
122 one. A thread can only release a capability to another thread, or acquire one
124 exact mechanism used to acquire and release capabilities; it assumes that the
422 These are attributes on a function or method that tries to acquire the given
429 treated as acquired after the first branch on the return value of a try-acquire
871 // threads may acquire the mutex simultaneously as readers, but a writer
872 // must wait for all of them to release the mutex before it can acquire it
885 // Try to acquire the mutex. Returns true on success, and false on failure.
[all …]
/openbsd/src/gnu/llvm/llvm/docs/
DAMDGPUUsage.rst5112 instructions and is treated as acquire and release respectively.
5127 acquire - If a load atomic/atomicrmw then no following load/load
5129 moved before the acquire.
5138 acq_rel Same constraints as both acquire and release.
5139 seq_cst - If a load atomic then same constraints as acquire, plus no
5209 requirements of acquire and release.
5345 load atomic acquire - singlethread - global 1. buffer/global/ds/flat_load
5348 load atomic acquire - workgroup - global 1. buffer/global_load
5349 load atomic acquire - workgroup - local 1. ds/flat_load
5366 load atomic acquire - agent - global 1. buffer/global_load
[all …]
/openbsd/src/sys/dev/pci/drm/amd/display/dc/inc/hw/
Daux_engine.h175 bool (*acquire)( member
/openbsd/src/sys/dev/pci/drm/amd/display/dc/dce/
Ddce_aux.c398 static bool acquire( in acquire() function
578 if (!acquire(aux_engine, ddc_pin)) { in dce_aux_transfer_raw()
625 if (!acquire(aux_engine, ddc_pin)) { in dce_aux_transfer_dmub_raw()
/openbsd/src/gnu/llvm/lldb/packages/Python/lldbsuite/test/test_runner/
Dprocess_control.py702 self.wait_condition.acquire()
713 self.wait_condition.acquire()

12345