Home
last modified time | relevance | path

Searched defs:wait_for_stop (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/training/
H A Dcoordinator_test.py26 def StopOnEvent(coord, wait_for_stop, set_when_stopped): argument
32 def RaiseOnEvent(coord, wait_for_stop, set_when_stopped, ex, report_exception): argument
46 def RaiseOnEventUsingContextHandler(coord, wait_for_stop, set_when_stopped, ex): argument
H A Dcoordinator.py297 def wait_for_stop(self, timeout=None): member in Coordinator
H A Dsupervisor.py877 def wait_for_stop(self): member in Supervisor
/aosp_15_r20/external/sdv/vsomeip/test/offer_tests/
Doffer_test_service_availability_checker.cpp79 void wait_for_stop() { in wait_for_stop() function in offer_test_service_availability_checker
Doffer_test_big_sd_msg_client.cpp197 void wait_for_stop() { in wait_for_stop() function in offer_test_big_sd_msg_client
Doffer_test_client.cpp220 void wait_for_stop() { in wait_for_stop() function in offer_test_client
/aosp_15_r20/external/sdv/vsomeip/test/application_tests/
Dapplication_test_client.cpp147 void wait_for_stop() { in wait_for_stop() function in application_test_client
/aosp_15_r20/external/sdv/vsomeip/test/initial_event_tests/
Dinitial_event_test_availability_checker.cpp101 void wait_for_stop() { in wait_for_stop() function in initial_event_test_availability_checker
Dinitial_event_test_stop_service.cpp209 void wait_for_stop() { in wait_for_stop() function in initial_event_test_stop_service
Dinitial_event_test_client.cpp476 void wait_for_stop() { in wait_for_stop() function in initial_event_test_client
/aosp_15_r20/external/sdv/vsomeip/test/client_id_tests/
Dclient_id_test_service.cpp233 void wait_for_stop() { in wait_for_stop() function in client_id_test_service
/aosp_15_r20/external/sdv/vsomeip/test/offered_services_info_test/
Doffered_services_info_test_client.cpp264 void wait_for_stop() { in wait_for_stop() function in offered_services_info_test_client
/aosp_15_r20/external/sdv/vsomeip/test/subscribe_notify_one_tests/
Dsubscribe_notify_one_test_service.cpp378 void wait_for_stop() { in wait_for_stop() function in subscribe_notify_one_test_service
/aosp_15_r20/external/sdv/vsomeip/test/subscribe_notify_tests/
Dsubscribe_notify_test_service.cpp373 void wait_for_stop() { in wait_for_stop() function in subscribe_notify_test_service
/aosp_15_r20/system/core/debuggerd/
H A Dcrash_dump.cpp132 static bool wait_for_stop(pid_t tid, int* received_signal) { in wait_for_stop() function