Home
last modified time | relevance | path

Searched defs:wait (Results 1 – 25 of 41) sorted by relevance

12

/llvm-project/openmp/runtime/test/tasking/
H A Domp_task_priority2.c61 int wait = 0; in main() local
111 int wait = 0; in main() local
119 int wait = 0; in main() local
H A Domp_fill_taskqueue.c53 int wait = 0; in main() local
/llvm-project/llvm/lib/Support/
H A DThreadPool.cpp144 void StdThreadPool::wait() { in wait() function in StdThreadPool
152 void StdThreadPool::wait(ThreadPoolTaskGroup &Group) { in wait() function in StdThreadPool
201 void SingleThreadExecutor::wait() { in wait() function in SingleThreadExecutor
210 void SingleThreadExecutor::wait(ThreadPoolTaskGroup &) { in wait() function in SingleThreadExecutor
H A DGraphWriter.cpp138 StringRef Filename, bool wait, in ExecGraphViewer()
192 bool llvm::DisplayGraph(StringRef FilenameRef, bool wait, in DisplayGraph()
H A DLockFileManager.cpp87 struct timespec wait = {1, 0}; // 1 second. in getHostID() local
/llvm-project/clang-tools-extra/clangd/support/
H A DThreading.h80 [[nodiscard]] bool wait(std::unique_lock<std::mutex> &Lock, in wait() function
96 void wait() const { (void)wait(Deadline::infinity()); } in wait() function
113 void wait() const { (void)wait(Deadline::infinity()); } in wait() function
H A DThreading.cpp38 bool Notification::wait(Deadline D) const { in wait() function in clang::clangd::Notification
75 bool AsyncTaskRunner::wait(Deadline D) const { in wait() function in clang::clangd::AsyncTaskRunner
121 void wait(std::unique_lock<std::mutex> &Lock, std::condition_variable &CV, in wait() function
/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dcondition_variable_base.h36 void wait(HybridMutex &M) REQUIRES(M) { in wait() function
/llvm-project/flang/unittests/Runtime/
H A DCommandTest.cpp313 bool wait{true}; in TEST_F() local
329 bool wait{true}; in TEST_F() local
344 bool wait{true}; in TEST_F() local
366 bool wait{true}; TEST_F() local
395 bool wait{true}; TEST_F() local
415 bool wait{true}; TEST_F() local
432 bool wait{false}; TEST_F() local
447 bool wait{false}; TEST_F() local
476 bool wait{true}; TEST_F() local
490 bool wait{true}; TEST_F() local
508 bool wait{true}; TEST_F() local
519 bool wait{true}; TEST_F() local
[all...]
/llvm-project/openmp/tools/multiplex/tests/
H A Dompt-signal.h17 int wait = 0; in ompt_wait() local
/llvm-project/clang/utils/analyzer/
H A Dentrypoint.py22 def wait(): function
/llvm-project/libc/src/__support/threads/linux/
H A DCndVar.cpp20 int CndVar::wait(Mutex *m) { wait() function in LIBC_NAMESPACE::CndVar
/llvm-project/openmp/runtime/test/ompt/
H A Dompt-signal.h25 int wait=0; in ompt_wait() local
/llvm-project/openmp/tools/archer/tests/ompt/
H A Dompt-signal.h36 int wait = 0; in ompt_wait() local
/llvm-project/flang/lib/Optimizer/Builder/Runtime/
H A DExecute.cpp30 mlir::Value command, mlir::Value wait, in genExecuteCommandLine()
/llvm-project/clang/test/CodeGenObjC/
H A Ddebug-info-crash.m5 - (void)wait { method
/llvm-project/libcxx/src/
H A Dcondition_variable.cpp27 void condition_variable::wait(unique_lock<mutex>& lk) noexcept { in wait() function in condition_variable
H A Dfuture.cpp108 void __assoc_sub_state::wait() { in wait() function in __assoc_sub_state
/llvm-project/libcxx/test/std/thread/thread.condition/thread.condition.condvarany/
H A Dwait_terminates.sh.cpp128 MS wait(250); main() local
[all...]
/llvm-project/clang/test/CodeGenCoroutines/
H A Dpr59723.cpp52 virtual void wait() noexcept override in wait() function in bug_thread_executor
209 bug_spawner_awaiter wait() noexcept { return { *this }; } in wait() function in bug_spawner
/llvm-project/llvm/include/llvm/Support/
H A DThreadPool.h281 void wait() { Pool.wait(*this); } in wait() function
/llvm-project/libcxxabi/test/
H A Dguard_test_basic.pass.cpp118 bool wait(NopMutex&) { return false; } in wait() function
/llvm-project/llvm/unittests/Support/
H A DThreading.cpp74 bool wait() { wait() function in __anonc87998810111::Notification
/llvm-project/third-party/benchmark/src/
H A Dmutex.h104 bool wait() EXCLUDES(lock_) { in wait() function
/llvm-project/bolt/utils/
H A Dllvm-bolt-wrapper.py166 def wait(proc, fdesc): function

12