Searched refs:WaitForNotification (Results 1 - 25 of 72) sorted by relevance

123

/external/tensorflow/tensorflow/core/lib/core/
H A Dnotification_test.cc35 proceed.WaitForNotification();
40 start.WaitForNotification();
65 n.WaitForNotification();
/external/tensorflow/tensorflow/core/distributed_runtime/
H A Dlocal_master.cc26 Status WaitForNotification(CallOptions* call_options, function in namespace:tensorflow::__anon26203
39 n->WaitForNotification();
43 n->WaitForNotification();
63 WaitForNotification(call_options, default_timeout_in_ms_, &n));
77 WaitForNotification(call_options, default_timeout_in_ms_, &n));
91 WaitForNotification(call_options, default_timeout_in_ms_, &n));
106 WaitForNotification(call_options, default_timeout_in_ms_, &n));
128 WaitForNotification(call_options, default_timeout_in_ms_, &n));
142 WaitForNotification(call_options, default_timeout_in_ms_, &n));
156 WaitForNotification(call_option
[all...]
H A Dremote_device_test.cc70 n.WaitForNotification();
H A Dpartial_run_mgr_test.cc101 invoked_.WaitForNotification();
/external/tensorflow/tensorflow/core/kernels/batching_util/
H A Dshared_batch_scheduler_test.cc60 start->WaitForNotification();
233 first_batch_processed.WaitForNotification();
242 second_batch_processed.WaitForNotification();
250 third_batch_processed.WaitForNotification();
285 first_batch_processed.WaitForNotification();
289 second_batch_processed.WaitForNotification();
329 first_batch_processed.WaitForNotification();
331 second_batch_processed.WaitForNotification();
354 queue_0_first_batch_proceed.WaitForNotification();
365 queue_1_first_batch_proceed.WaitForNotification();
[all...]
H A Dfake_clock_env.cc85 wake_notification.WaitForNotification();
H A Dbatch_scheduler_test.cc105 do_delete.WaitForNotification();
113 deleted.WaitForNotification();
H A Dperiodic_function_test.cc128 listener->WaitForNotification();
137 listener->WaitForNotification();
/external/tensorflow/tensorflow/core/common_runtime/
H A Drendezvous_util_test.cc64 n.WaitForNotification();
83 n.WaitForNotification();
H A Dexecutor.h118 n.WaitForNotification();
/external/tensorflow/tensorflow/cc/training/
H A Dcoordinator_test.cc47 about_to_wait.WaitForNotification();
52 done.WaitForNotification();
100 if (start != nullptr) start->WaitForNotification();
109 start->WaitForNotification();
/external/tensorflow/tensorflow/core/framework/
H A Dcancellation.cc83 cancelled_notification_.WaitForNotification();
H A Dcancellation_test.cc113 done[i].WaitForNotification();
/external/tensorflow/tensorflow/core/platform/default/
H A Dnotification.h50 void WaitForNotification() { function in class:tensorflow::Notification
/external/google-breakpad/src/testing/gtest/test/
H A Dgtest_output_test_.cc275 check_points->n2.WaitForNotification();
292 check_points.n1.WaitForNotification();
299 check_points.n3.WaitForNotification();
476 notifications->spawn_thread_ok_to_terminate.WaitForNotification();
488 notifications_.spawn_thread_started.WaitForNotification();
/external/googletest/googletest/test/
H A Dgtest_output_test_.cc291 check_points->n2.WaitForNotification();
308 check_points.n1.WaitForNotification();
315 check_points.n3.WaitForNotification();
492 notifications->spawn_thread_ok_to_terminate.WaitForNotification();
504 notifications_.spawn_thread_started.WaitForNotification();
/external/protobuf/gtest/test/
H A Dgtest_output_test_.cc261 check_points->n2.WaitForNotification();
278 check_points.n1.WaitForNotification();
285 check_points.n3.WaitForNotification();
588 notifications->spawn_thread_ok_to_terminate.WaitForNotification();
600 notifications_.spawn_thread_started.WaitForNotification();
/external/v8/testing/gtest/test/
H A Dgtest_output_test_.cc291 check_points->n2.WaitForNotification();
308 check_points.n1.WaitForNotification();
315 check_points.n3.WaitForNotification();
492 notifications->spawn_thread_ok_to_terminate.WaitForNotification();
504 notifications_.spawn_thread_started.WaitForNotification();
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
H A Dgtest_output_test_.cc287 check_points->n2.WaitForNotification();
304 check_points.n1.WaitForNotification();
311 check_points.n3.WaitForNotification();
488 notifications->spawn_thread_ok_to_terminate.WaitForNotification();
500 notifications_.spawn_thread_started.WaitForNotification();
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
H A Dcpu_transfer_manager.cc68 StatusOr<Shape> WaitForNotification() { function in class:xla::__anon25555::CpuOutfeedBuffer
69 done_.WaitForNotification();
292 TF_ASSIGN_OR_RETURN(Shape outfed_shape, buffer->WaitForNotification());
/external/tensorflow/tensorflow/core/util/
H A Dreffed_status_callback_test.cc104 n.WaitForNotification();
/external/tensorflow/tensorflow/core/kernels/
H A Drecord_yielder.cc43 main_loop_done_.WaitForNotification();
144 shards[i].done.WaitForNotification();
/external/tensorflow/tensorflow/core/debug/
H A Ddebug_gateway_test.cc156 callbacks_done.WaitForNotification();
324 callbacks_done.WaitForNotification();
478 callbacks_done.WaitForNotification();
603 callbacks_done.WaitForNotification();
736 callbacks_done.WaitForNotification();
850 callbacks_done.WaitForNotification();
1003 callbacks_done.WaitForNotification();
/external/tensorflow/tensorflow/core/kernels/data/
H A Dparallel_map_dataset_op.cc166 invocation_results_[i].notification->WaitForNotification();
196 result->notification->WaitForNotification();
221 invocation_results_[i].notification->WaitForNotification();
/external/tensorflow/tensorflow/core/common_runtime/gpu/
H A Dgpu_event_mgr.cc89 polling_stopped_->WaitForNotification();

Completed in 1892 milliseconds

123