Home
last modified time | relevance | path

Searched refs:notify_all (Results 1 – 25 of 51) sorted by relevance

123

/llvm-project-15.0.7/libcxx/test/libcxx/thread/
H A Datomic.availability.verify.cpp28 i.notify_all(); // expected-error {{is unavailable}} in main()
43 i.notify_all(); // expected-error {{is unavailable}} in main()
58 flag.notify_all(); // expected-error {{is unavailable}} in main()
73 flag.notify_all(); // expected-error {{is unavailable}} in main()
/llvm-project-15.0.7/clang-tools-extra/clangd/index/
H A DBackgroundQueue.cpp29 CV.notify_all(); in work()
63 CV.notify_all(); in work()
72 CV.notify_all(); in stop()
98 CV.notify_all(); in push()
113 CV.notify_all(); in append()
/llvm-project-15.0.7/lldb/test/API/lang/c/step_over_no_deadlock/
H A Dlocking.cpp38 thread_started_condition.notify_all(); in lock_acquirer_1()
47 control_condition.notify_all(); in call_me_to_get_lock()
/llvm-project-15.0.7/lldb/test/API/commands/expression/no-deadlock/
H A Dlocking.cpp38 thread_started_condition.notify_all(); in lock_acquirer_1()
47 control_condition.notify_all(); in call_me_to_get_lock()
/llvm-project-15.0.7/lldb/test/API/functionalities/thread/num_threads/
H A Dmain.cpp19 cond.notify_all(); // Set thread3 break point on notify_all at this line. in thread3()
27 cond.notify_all(); // release main thread in thread2()
/llvm-project-15.0.7/libcxx/src/
H A Dfuture.cpp89 __cv_.notify_all(); in set_value()
110 __cv_.notify_all(); in set_exception()
128 __cv_.notify_all(); in __make_ready()
/llvm-project-15.0.7/llvm/lib/Support/
H A DThreadPool.cpp126 CompletionCondition.notify_all(); in processTasks()
131 QueueCondition.notify_all(); in processTasks()
183 QueueCondition.notify_all(); in ~ThreadPool()
/llvm-project-15.0.7/libcxx/include/
H A Dcondition_variable31 void notify_all() noexcept;
75 void notify_all() noexcept;
134 void notify_all() _NOEXCEPT;
184 condition_variable_any::notify_all() _NOEXCEPT
187 __cv_.notify_all();
H A Dbarrier142 __phase_.notify_all();
206 __phase.notify_all();
260 __phase_arrived_expected.notify_all();
/llvm-project-15.0.7/third-party/benchmark/src/
H A Dmutex.h110 if (last_thread) phase_condition_.notify_all(); in wait()
117 if (entered_ != 0) phase_condition_.notify_all(); in removeThread()
H A Dthread_manager.h29 end_condition_.notify_all(); in NotifyThreadComplete()
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DClangdLSPServerTests.cpp289 CV.notify_all(); in TEST_F()
298 CV.notify_all(); in TEST_F()
312 CV.notify_all(); in TEST_F()
349 CV.notify_all(); in TEST_F()
/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/tests/
H A Dtsd_test.cpp170 Cv.notify_all(); in testRegistryThreaded()
229 Cv.notify_all(); in TEST()
246 Cv.notify_all(); in TEST()
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DTUScheduler.cpp399 CV.notify_all(); in PreambleThrottlerRequest()
462 ReqCV.notify_all(); in update()
517 ReqCV.notify_all(); in run()
531 ReqCV.notify_all(); in stop()
1109 PreambleCV.notify_all(); in updatePreamble()
1132 PreambleCV.notify_all(); in updatePreamble()
1133 RequestsCV.notify_all(); in updatePreamble()
1287 PreambleCV.notify_all(); in stop()
1289 RequestsCV.notify_all(); in stop()
1362 RequestsCV.notify_all(); in startTask()
[all …]
/llvm-project-15.0.7/libcxxabi/test/
H A Dforced_unwind4.pass.cpp37 cv.notify_all(); in test()
/llvm-project-15.0.7/libcxx/test/std/thread/thread.condition/thread.condition.condvarany/
H A Dnotify_all.pass.cpp60 cv.notify_all(); in main()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DTaskDispatch.cpp36 OutstandingCV.notify_all(); in dispatch()
/llvm-project-15.0.7/mlir/lib/ExecutionEngine/
H A DAsyncRuntime.cpp276 group->cv.notify_all(); in mlirAsyncRuntimeAddTokenToGroup()
315 token->cv.notify_all(); in setTokenState()
333 value->cv.notify_all(); in setValueState()
/llvm-project-15.0.7/lldb/test/API/api/multithreaded/
H A Dcommon.h37 m_condition.notify_all(); in push()
/llvm-project-15.0.7/libcxx/test/std/thread/thread.condition/thread.condition.condvar/
H A Dnotify_all.pass.cpp62 cv.notify_all(); in main()
/llvm-project-15.0.7/lld/Common/
H A DFilesystem.cpp99 cv.notify_all(); in unlinkAsync()
/llvm-project-15.0.7/llvm/unittests/Support/
H A DThreading.cpp38 CV.notify_all(); in notify()
/llvm-project-15.0.7/lldb/test/API/python_api/watchpoint/watchlocation/
H A Dmain.cpp22 g_condition_variable.notify_all(); in barrier_wait()
/llvm-project-15.0.7/lldb/test/API/commands/watchpoints/watchpoint_set_command/
H A Dmain.cpp19 g_condition_variable.notify_all(); in barrier_wait()
/llvm-project-15.0.7/lldb/test/API/commands/watchpoints/hello_watchlocation/
H A Dmain.cpp22 g_condition_variable.notify_all(); in barrier_wait()

123