/external/grpc-grpc/src/python/grpcio_testing/grpc_testing/_server/ |
D | _handler.py | 73 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/ |
D | record_yielder.cc | 39 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.py | 49 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/ |
D | atomic.availability.verify.cpp | 33 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/ |
D | buffer_pool.h | 192 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/ |
D | BackgroundQueue.cpp | 29 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/ |
D | trt_int8_calibrator.cc | 83 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/ |
D | WorkQueue.h | 114 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/ |
D | task_runner.cc | 153 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/ |
D | Thread.cpp | 181 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/ |
D | gpu_event_mgr.cc | 73 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/ |
D | device_event_mgr.cc | 74 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/ |
D | locking.cpp | 38 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/ |
D | locking.cpp | 38 thread_started_condition.notify_all(); in lock_acquirer_1() 47 control_condition.notify_all(); in call_me_to_get_lock()
|
/external/crosvm/sync/src/ |
D | condvar.rs | 50 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/ |
D | main.cpp | 19 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/ |
D | test_control.py | 67 self._condition.notify_all() 79 self._condition.notify_all()
|
/external/grpc-grpc/src/python/grpcio_tests/tests/unit/_cython/ |
D | _cancel_many_calls_test.py | 64 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/ |
D | conditionvariable.h | 46 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/ |
D | condition_variable | 31 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/ |
D | eager_executor.cc | 48 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/ |
D | condition_variable | 32 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/ |
D | future.cpp | 97 __cv_.notify_all(); in set_value() 118 __cv_.notify_all(); in set_exception() 136 __cv_.notify_all(); in __make_ready()
|
/external/libcxx/src/ |
D | future.cpp | 98 __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/ |
D | parking_lot.rs | 81 pub(crate) fn notify_all(&self) { in notify_all() method 82 self.0.notify_all(); in notify_all()
|