Home
last modified time | relevance | path

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

12345

/openbsd/gnu/llvm/compiler-rt/lib/ubsan/
H A Dubsan_handlers.cpp88 Location Loc = Data->Loc.acquire(); in handleTypeMismatchImpl()
156 Location Loc = Data->Loc.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()
524 SourceLocation Loc = Data->Loc.acquire(); in handleLoadInvalidValue()
557 SourceLocation Loc = Data->Loc.acquire(); in handleImplicitConversion()
[all …]
H A 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()
H A Dubsan_value.h59 SourceLocation acquire() { in acquire() function
/openbsd/gnu/gcc/libstdc++-v3/libsupc++/
H A 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/gnu/llvm/libcxx/include/
H A Dsemaphore31 void acquire();
101 void acquire()
156 void acquire()
158 __semaphore_.acquire();
/openbsd/regress/sbin/ipsecctl/
H A 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
H A 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
H A 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
H A 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
H A 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
H A 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
H A Dipsec20.in4 flow esp from 192.168.3.3 to 192.168.3.2 peer 192.168.3.3 type acquire
H A Dipsec41.in4 flow esp from 3ffe::3 to 3ffe::2 peer 3ffe::3 type acquire
/openbsd/gnu/llvm/libcxxabi/src/
H A 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/gnu/llvm/llvm/lib/Support/
H A DRWMutex.cpp119 return static_cast<MutexImpl *>(data_)->acquire(); in lock_shared()
127 return static_cast<MutexImpl *>(data_)->acquire(); in lock()
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A 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/gnu/llvm/llvm/include/llvm/Support/
H A DAtomicOrdering.h31 acquire = 2, enumerator
152 /* acquire */ AtomicOrderingCABI::acquire, in toCABI()
/openbsd/sys/dev/pci/
H A 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()
H A 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()
H A Digc_hw.h232 int (*acquire)(struct igc_hw *); member
254 int (*acquire)(struct igc_hw *); member
/openbsd/gnu/llvm/clang/docs/
H A 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
871 // threads may acquire the mutex simultaneously as readers, but a writer
888 // Try to acquire the mutex for read operations.
914 // Acquire mu, implicitly acquire *this and associate it with mu.
954 // Try to acquire all associated mutexes exclusively.
[all …]
/openbsd/gnu/llvm/llvm/docs/
H A DAMDGPUUsage.rst5112 instructions and is treated as acquire and release respectively.
5129 moved before the acquire.
5138 acq_rel Same constraints as both acquire and release.
5209 requirements of acquire and release.
5488 fence acquire - singlethread *none* *none*
6484 requirements of acquire and release.
7077 fence acquire - singlethread *none* *none*
9444 fence acquire - singlethread *none* *none*
11286 requirements of acquire, release and sequential consistency.
11298 requirements of acquire, release and sequential consistency.
[all …]
/openbsd/sys/dev/pci/drm/amd/display/dc/inc/hw/
H A Daux_engine.h175 bool (*acquire)( member
/openbsd/sys/dev/pci/drm/amd/display/dc/dce/
H A 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/gnu/llvm/lldb/packages/Python/lldbsuite/test/test_runner/
H A Dprocess_control.py702 self.wait_condition.acquire()
713 self.wait_condition.acquire()

12345