Home
last modified time | relevance | path

Searched refs:wait_async (Results 1 – 9 of 9) sorted by relevance

/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstclock.c60 clock_class->wait_async = fake_wait_async; in test_clock_class_init()
/third_party/googletest/googletest/src/
Dgtest-death-test.cc893 status_zx = child_process_.wait_async( in Wait()
898 status_zx = stderr_socket_.wait_async( in Wait()
903 status_zx = exception_channel_.wait_async( in Wait()
943 status_zx = stderr_socket_.wait_async( in Wait()
/third_party/mesa3d/src/gtest/src/
Dgtest-death-test.cc892 status_zx = child_process_.wait_async( in Wait()
897 status_zx = stderr_socket_.wait_async( in Wait()
903 status_zx = exception_channel_.wait_async( in Wait()
943 status_zx = stderr_socket_.wait_async( in Wait()
/third_party/gstreamer/gstreamer/gst/
Dgstclock.h553 GstClockReturn (*wait_async) (GstClock *clock, GstClockEntry *entry); member
Dgstclock.c683 if (G_UNLIKELY (cclass->wait_async == NULL)) in gst_clock_id_wait_async()
690 res = cclass->wait_async (clock, entry); in gst_clock_id_wait_async()
Dgstsystemclock.c435 gstclock_class->wait_async = gst_system_clock_id_wait_async; in gst_system_clock_class_init()
/third_party/gstreamer/gstreamer/libs/gst/check/
Dgsttestclock.c275 gstclock_class->wait_async = GST_DEBUG_FUNCPTR (gst_test_clock_wait_async); in gst_test_clock_class_init()
/third_party/gstreamer/gstreamer/tests/check/libs/
Dgsttestclock.c135 g_assert (klass->wait_async (clock, wait_ctx->id) == GST_CLOCK_OK); in gst_test_util_wait_for_clock_id_begin()
/third_party/cef/tools/distrib/gtest/
Dgtest-all.cc9124 status_zx = child_process_.wait_async( in Wait()
9129 status_zx = stderr_socket_.wait_async( in Wait()
9134 status_zx = exception_channel_.wait_async( in Wait()
9174 status_zx = stderr_socket_.wait_async( in Wait()