/llvm-project/clang/test/CodeGenCXX/ |
H A D | ubsan-check-debuglocs.cpp | 11 SourceLocation acquire() { return {}; }; in acquire() function
|
/llvm-project/libcxx/test/std/thread/thread.semaphore/ |
H A D | lost_wakeup.pass.cpp | 28 void acquire() { in acquire() function
|
/llvm-project/clang/test/OpenMP/ |
H A D | atomic_messages.cpp | 773 T acquire() { in acquire() function 793 int acquire() { in acquire() function
|
/llvm-project/libcxxabi/src/ |
H A D | cxa_guard_impl.h | 193 bool acquire() { in acquire() function 257 bool acquire() { in acquire() function 326 bool acquire() { in acquire() function 460 bool acquire() { in acquire() function [all...] |
/llvm-project/libcxx/include/__atomic/ |
H A D | memory_order.h | 34 acquire = __mo_acquire, enumerator
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | AtomicOrdering.h | 31 acquire = 2, enumerator
|
/llvm-project/compiler-rt/lib/ubsan/ |
H A D | ubsan_value.h | 59 SourceLocation acquire() { in acquire() function
|
/llvm-project/llvm/test/CodeGen/AArch64/Atomics/ |
H A D | generate-tests.py | 48 acquire = 3 variable in AtomicOrder
|
/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_addrhashmap.h | 204 void AddrHashMap<T, kSize>::acquire(Handle *h) in acquire() function
|
/llvm-project/libc/src/__support/threads/linux/ |
H A D | rwlock.h | 93 LIBC_INLINE Guard acquire(bool is_pshared) { acquire() function
|
/llvm-project/bolt/runtime/ |
H A D | common.h | 302 bool acquire() { return !__atomic_test_and_set(&InUse, __ATOMIC_ACQUIRE); } in acquire() function
|
/llvm-project/mlir/lib/Bindings/Python/ |
H A D | IRCore.cpp | 628 nb::gil_scoped_acquire acquire; in forContext() local 597 py::gil_scoped_acquire acquire; PyMlirContext() local 606 py::gil_scoped_acquire acquire; ~PyMlirContext() local 1084 py::gil_scoped_acquire acquire; ~PyModule() local 1096 py::gil_scoped_acquire acquire; forModule() local
|
/llvm-project/openmp/runtime/src/ |
H A D | kmp_alloc.cpp | 866 bget_acquire_t acquire, bget_release_t release, in bectl()
|
/llvm-project/clang-tools-extra/clangd/unittests/ |
H A D | TUSchedulerTests.cpp | 1517 RequestID acquire(llvm::StringRef Filename, Callback CB) override { in TEST_F() function
|
/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_interceptors_posix.cpp | 2076 CallUserSignalHandler(ThreadState * thr,bool sync,bool acquire,int sig,__sanitizer_siginfo * info,void * uctx) CallUserSignalHandler() argument
|
/llvm-project/clang/test/SemaCXX/ |
H A D | warn-thread-safety-analysis.cpp | 5330 void acquire(ThreadRole R) EXCLUSIVE_LOCK_FUNCTION(R) NO_THREAD_SAFETY_ANALYSIS {} acquire() function
|
/llvm-project/libcxx/src/ |
H A D | locale.cpp | 513 void locale::__imp::acquire() { in acquire() function in locale::__imp [all...] |