| /netbsd-src/crypto/external/bsd/heimdal/dist/tests/gss/ |
| H A D | check-basic.in | 113 --acquire-type=accept \ 114 --acquire-name=host@host.test.h5l.se || exit 1 118 --acquire-type=accept \ 119 --acquire-name=host@host || exit 1 123 --acquire-type=accept || exit 1 127 --acquire-type=accept \ 128 --acquire-name=host@host2.test.h5l.se 2>/dev/null && exit 1 132 --acquire-type=initiate \ 133 --acquire-name=host@host.test.h5l.se > /dev/null || exit 1 137 --acquire-type=initiate \ [all …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/gold/ |
| H A D | gold-threads.h | 54 acquire() = 0; 71 acquire() in acquire() function 72 { this->lock_->acquire(); } in acquire() 99 { this->lock_.acquire(); } in Hold_lock() 119 this->lock_->acquire(); in Hold_optional_lock()
|
| H A D | gold-threads.cc | 53 acquire() in acquire() function in gold::Lock_impl_nothreads 84 void acquire(); 127 Lock_impl_threads::acquire() in acquire() function in gold::Lock_impl_threads
|
| /netbsd-src/external/gpl3/binutils/dist/gold/ |
| H A D | gold-threads.h | 54 acquire() = 0; 71 acquire() in acquire() function 72 { this->lock_->acquire(); } in acquire() 99 { this->lock_.acquire(); } in Hold_lock() 119 this->lock_->acquire(); in Hold_optional_lock()
|
| H A D | gold-threads.cc | 53 acquire() in acquire() function in gold::Lock_impl_nothreads 84 void acquire(); 127 Lock_impl_threads::acquire() in acquire() function in gold::Lock_impl_threads
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/ubsan/ |
| H A D | ubsan_handlers.cc | 49 Location Loc = Data->Loc.acquire(); in handleTypeMismatchImpl() 114 SourceLocation Loc = Data->Loc.acquire(); in handleIntegerOverflowImpl() 153 SourceLocation Loc = Data->Loc.acquire(); in handleNegateOverflowImpl() 190 SourceLocation Loc = Data->Loc.acquire(); in handleDivremOverflowImpl() 235 SourceLocation Loc = Data->Loc.acquire(); in handleShiftOutOfBoundsImpl() 285 SourceLocation Loc = Data->Loc.acquire(); in handleOutOfBoundsImpl() 340 SourceLocation Loc = Data->Loc.acquire(); in handleVLABoundNotPositive() 398 SourceLocation SLoc = Data->Loc.acquire(); in handleFloatCastOverflow() 426 SourceLocation Loc = Data->Loc.acquire(); in handleLoadInvalidValue() 459 SourceLocation Loc = Data->Loc.acquire(); in handleImplicitConversion() [all …]
|
| H A D | ubsan_handlers_cxx.cc | 46 SourceLocation Loc = Data->Loc.acquire(); in HandleDynamicTypeCacheMiss() 101 SourceLocation Loc = Data->Loc.acquire(); in __ubsan_handle_cfi_bad_type()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/ubsan/ |
| H A D | ubsan_handlers.cc | 47 Location Loc = Data->Loc.acquire(); in handleTypeMismatchImpl() 112 SourceLocation Loc = Data->Loc.acquire(); in handleIntegerOverflowImpl() 149 SourceLocation Loc = Data->Loc.acquire(); in handleNegateOverflowImpl() 186 SourceLocation Loc = Data->Loc.acquire(); in handleDivremOverflowImpl() 231 SourceLocation Loc = Data->Loc.acquire(); in handleShiftOutOfBoundsImpl() 281 SourceLocation Loc = Data->Loc.acquire(); in handleOutOfBoundsImpl() 336 SourceLocation Loc = Data->Loc.acquire(); in handleVLABoundNotPositive() 394 SourceLocation SLoc = Data->Loc.acquire(); in handleFloatCastOverflow() 422 SourceLocation Loc = Data->Loc.acquire(); in handleLoadInvalidValue() 455 SourceLocation Loc = Data->Loc.acquire(); in handleImplicitConversion() [all …]
|
| H A D | ubsan_handlers_cxx.cc | 44 SourceLocation Loc = Data->Loc.acquire(); in HandleDynamicTypeCacheMiss() 100 SourceLocation Loc = Data->Loc.acquire(); in __ubsan_handle_cfi_bad_type()
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/ubsan/ |
| H A D | ubsan_handlers.cpp | 88 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 …]
|
| H A D | ubsan_handlers_cxx.cpp | 45 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()
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/unit/ |
| H A D | tsan_clock_test.cc | 44 vector.acquire(&cache, &chunked); in TEST() 88 vector2.acquire(&cache, &chunked); in TEST() 106 thr2.acquire(&cache, &sync); in TEST() 107 thr2.acquire(&cache, &sync); in TEST() 120 vector.acquire(&cache, &chunked); in TEST() 130 vector.acquire(&cache, &chunked); in TEST() 163 vector2.acquire(&cache, &chunked); in TEST() 170 vector1.acquire(&cache, &chunked); in TEST() 326 void acquire(const SimpleSyncClock *src) { in acquire() function 341 acquire(dst); in acq_rel() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/ |
| H A D | stop_token | 116 void acquire() 120 memory_order::acquire, 169 return _M_value.load(memory_order::acquire) & ~_S_locked_bit; 175 return _M_value.load(memory_order::acquire) & _S_stop_requested_bit; 208 // The successful call to _M_try_lock is an acquire operation. 225 auto __old = _M_value.load(memory_order::acquire); 281 auto __old = _M_value.load(memory_order::acquire); 343 __cb->_M_done.acquire(); 353 // Returns true if the lock is acquired (with memory order acquire). 358 memory_order __failure = memory_order::acquire) noexcept [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/ |
| H A D | stop_token | 121 void acquire() 125 memory_order::acquire, 176 return _M_value.load(memory_order::acquire) & ~_S_locked_bit; 182 return _M_value.load(memory_order::acquire) & _S_stop_requested_bit; 215 // The successful call to _M_try_lock is an acquire operation. 232 auto __old = _M_value.load(memory_order::acquire); 294 auto __old = _M_value.load(memory_order::acquire); 362 __cb->_M_done.acquire(); 372 // Returns true if the lock is acquired (with memory order acquire). 377 memory_order __failure = memory_order::acquire) noexcept [all …]
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
| H A D | semaphore | 31 void acquire(); 99 void acquire() 155 void acquire() 205 void acquire() 207 __semaphore.acquire();
|
| /netbsd-src/sys/dev/fdt/ |
| H A D | fdtvar.h | 111 void * (*acquire)(device_t, const void *, size_t, member 127 void * (*acquire)(device_t, const void *, size_t, int); member 192 void * (*acquire)(device_t, const void *, size_t); member 237 int (*acquire)(device_t); member 253 void * (*acquire)(device_t, const void *, size_t); member
|
| /netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| H A D | sanitizer_addrhashmap.h | 95 void acquire(Handle *h); 106 map_->acquire(this); in Handle() 116 map_->acquire(this); in Handle() 126 map_->acquire(this); in Handle() 165 void AddrHashMap<T, kSize>::acquire(Handle *h) { in acquire() function
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| H A D | sanitizer_addrhashmap.h | 97 void acquire(Handle *h); 108 map_->acquire(this); in Handle() 118 map_->acquire(this); in Handle() 128 map_->acquire(this); in Handle() 167 void AddrHashMap<T, kSize>::acquire(Handle *h) { in acquire() function
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/ |
| H A D | guard.cc | 229 acquire(__guard *g) in acquire() function 333 if (acquire(g)) in __cxa_guard_acquire() 345 return acquire (g); in __cxa_guard_acquire()
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/ |
| H A D | guard.cc | 229 acquire(__guard *g) in acquire() function 350 if (acquire(g)) in __cxa_guard_acquire() 362 return acquire (g); in __cxa_guard_acquire()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
| H A D | RWMutex.cpp | 119 return static_cast<MutexImpl *>(data_)->acquire(); in lock_shared() 127 return static_cast<MutexImpl *>(data_)->acquire(); in lock()
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| H A D | sanitizer_addrhashmap.h | 107 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) NO_THREAD_SAFETY_ANALYSIS { in acquire() function
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| H A D | AtomicOrdering.h | 31 acquire = 2, enumerator 142 /* acquire */ AtomicOrderingCABI::acquire, in toCABI()
|
| /netbsd-src/external/apache2/llvm/dist/clang/docs/ |
| H A D | ThreadSafetyAnalysis.rst | 78 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 421 These are attributes on a function or method that tries to acquire the given 428 treated as acquired after the first branch on the return value of a try-acquire 870 // threads may acquire the mutex simultaneously as readers, but a writer 871 // must wait for all of them to release the mutex before it can acquire it 884 // Try to acquire the mutex. Returns true on success, and false on failure. [all …]
|
| /netbsd-src/sys/dev/pci/igc/ |
| H A D | igc_i225.c | 62 nvm->ops.acquire = igc_acquire_nvm_i225; in igc_init_nvm_params_i225() 153 phy->ops.acquire = igc_acquire_phy_base; in igc_init_phy_params_i225() 466 if (hw->nvm.ops.acquire(hw) == IGC_SUCCESS) { in igc_read_nvm_srrd_i225() 511 if (hw->nvm.ops.acquire(hw) == IGC_SUCCESS) { in igc_write_nvm_srwr_i225() 595 if (hw->nvm.ops.acquire(hw) == IGC_SUCCESS) { in igc_validate_nvm_checksum_i225() 642 if (hw->nvm.ops.acquire(hw) == IGC_SUCCESS) { in igc_update_nvm_checksum_i225()
|