Home
last modified time | relevance | path

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

12345678910

/external/grpc-grpc/src/python/grpcio_testing/grpc_testing/_server/
D_handler.py73 self._condition.notify_all()
81 self._condition.notify_all()
97 self._condition.notify_all()
106 self._condition.notify_all()
131 self._condition.notify_all()
138 self._condition.notify_all()
148 self._condition.notify_all()
158 self._condition.notify_all()
200 self._condition.notify_all()
/external/tensorflow/tensorflow/core/kernels/
Drecord_yielder.cc39 buf_empty_.notify_all(); in ~RecordYielder()
40 buf_enough_.notify_all(); in ~RecordYielder()
41 buf_not_full_.notify_all(); in ~RecordYielder()
62 buf_empty_.notify_all(); in YieldOne()
65 buf_not_full_.notify_all(); in YieldOne()
110 buf_enough_.notify_all(); in MainLoop()
154 buf_enough_.notify_all(); in MainLoop()
163 buf_enough_.notify_all(); in MainLoop()
193 buf_enough_.notify_all(); in Add()
/external/grpc-grpc/src/python/grpcio_testing/grpc_testing/_channel/
D_rpc_state.py49 self._condition.notify_all()
58 self._condition.notify_all()
99 self._condition.notify_all()
128 self._condition.notify_all()
150 self._condition.notify_all()
162 self._condition.notify_all()
172 self._condition.notify_all()
/external/llvm-project/libcxx/test/libcxx/thread/
Datomic.availability.verify.cpp33 i.notify_all(); // expected-error {{is unavailable}} in main()
48 i.notify_all(); // expected-error {{is unavailable}} in main()
63 flag.notify_all(); // expected-error {{is unavailable}} in main()
78 flag.notify_all(); // expected-error {{is unavailable}} in main()
/external/libgav1/libgav1/src/
Dbuffer_pool.h192 parsed_condvar_.notify_all(); in Abort()
193 decoded_condvar_.notify_all(); in Abort()
194 progress_row_condvar_.notify_all(); in Abort()
203 parsed_condvar_.notify_all(); in SetFrameState()
205 decoded_condvar_.notify_all(); in SetFrameState()
206 progress_row_condvar_.notify_all(); in SetFrameState()
218 progress_row_condvar_.notify_all(); in SetProgress()
/external/llvm-project/clang-tools-extra/clangd/index/
DBackgroundQueue.cpp29 CV.notify_all(); in work()
63 CV.notify_all(); in work()
72 CV.notify_all(); in stop()
84 CV.notify_all(); in push()
97 CV.notify_all(); in append()
/external/tensorflow/tensorflow/compiler/tf2tensorrt/utils/
Dtrt_int8_calibrator.cc83 cond_.notify_all(); in setBatch()
92 cond_.notify_all(); in getBatch()
119 cond_.notify_all(); in waitAndSetDone()
133 cond_.notify_all(); in setDone()
/external/zstd/contrib/pzstd/utils/
DWorkQueue.h114 writerCv_.notify_all(); in setMaxSize()
127 readerCv_.notify_all(); in finish()
128 writerCv_.notify_all(); in finish()
129 finishCv_.notify_all(); in finish()
/external/tensorflow/tensorflow/core/data/service/
Dtask_runner.cc153 new_round_cv_.notify_all(); in PrepareFullRound()
162 new_round_cv_.notify_all(); in PreparePartialRound()
249 cv_.notify_all(); in ~PrefetchThread()
269 cv_.notify_all(); in Run()
279 cv_.notify_all(); in Run()
284 cv_.notify_all(); in Run()
312 cv_.notify_all(); in FillBuffer()
/external/swiftshader/src/Vulkan/Debug/
DThread.cpp181 stateCV.notify_all(); in resume()
195 stateCV.notify_all(); in stepIn()
203 stateCV.notify_all(); in stepOver()
211 stateCV.notify_all(); in stepOut()
/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_event_mgr.cc73 all_initialized.notify_all(); in InitThreadpoolLabels()
79 ready_to_exit.notify_all(); in InitThreadpoolLabels()
132 events_pending_.notify_all(); in StopPollingLoop()
184 if (was_empty) events_pending_.notify_all(); in QueueInUse()
/external/tensorflow/tensorflow/core/common_runtime/device/
Ddevice_event_mgr.cc74 all_initialized.notify_all(); in InitThreadpoolLabels()
80 ready_to_exit.notify_all(); in InitThreadpoolLabels()
133 events_pending_.notify_all(); in StopPollingLoop()
185 if (was_empty) events_pending_.notify_all(); in QueueInUse()
/external/llvm-project/lldb/test/API/commands/expression/no-deadlock/
Dlocking.cpp38 thread_started_condition.notify_all(); in lock_acquirer_1()
47 control_condition.notify_all(); in call_me_to_get_lock()
/external/llvm-project/lldb/test/API/lang/c/step_over_no_deadlock/
Dlocking.cpp38 thread_started_condition.notify_all(); in lock_acquirer_1()
47 control_condition.notify_all(); in call_me_to_get_lock()
/external/crosvm/sync/src/
Dcondvar.rs50 pub fn notify_all(&self) { in notify_all() method
51 self.std.notify_all(); in notify_all()
/external/llvm-project/lldb/test/API/functionalities/thread/num_threads/
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()
/external/grpc-grpc/src/python/grpcio_tests/tests/unit/framework/common/
Dtest_control.py67 self._condition.notify_all()
79 self._condition.notify_all()
/external/grpc-grpc/src/python/grpcio_tests/tests/unit/_cython/
D_cancel_many_calls_test.py64 self._state.condition.notify_all()
104 state.condition.notify_all()
125 self._condition.notify_all()
207 state.condition.notify_all()
/external/swiftshader/third_party/marl/include/marl/
Dconditionvariable.h46 MARL_NO_EXPORT inline void notify_all();
105 void ConditionVariable::notify_all() { in notify_all() function
116 condition.notify_all(); in notify_all()
/external/llvm-project/libcxx/include/
Dcondition_variable31 void notify_all() noexcept;
75 void notify_all() noexcept;
132 void notify_all() _NOEXCEPT;
182 condition_variable_any::notify_all() _NOEXCEPT
185 __cv_.notify_all();
/external/tensorflow/tensorflow/core/common_runtime/eager/
Deager_executor.cc48 nodes_pending_.notify_all(); in ~EagerExecutor()
76 nodes_pending_.notify_all(); in ShutDown()
160 nodes_pending_.notify_all(); in AddOrExecute()
211 nodes_pending_.notify_all(); in ClearError()
318 it->second->notify_all(); in NotifyWaiters()
/external/libcxx/include/
Dcondition_variable32 void notify_all() noexcept;
76 void notify_all() noexcept;
133 void notify_all() _NOEXCEPT;
183 condition_variable_any::notify_all() _NOEXCEPT
186 __cv_.notify_all();
/external/llvm-project/libcxx/src/
Dfuture.cpp97 __cv_.notify_all(); in set_value()
118 __cv_.notify_all(); in set_exception()
136 __cv_.notify_all(); in __make_ready()
/external/libcxx/src/
Dfuture.cpp98 __cv_.notify_all(); in set_value()
119 __cv_.notify_all(); in set_exception()
137 __cv_.notify_all(); in __make_ready()
/external/rust/crates/tokio/src/loom/std/
Dparking_lot.rs81 pub(crate) fn notify_all(&self) { in notify_all() method
82 self.0.notify_all(); in notify_all()

12345678910