Home
last modified time | relevance | path

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

/external/coreboot/src/lib/
Dtimer_queue.c12 struct timeout_callback *queue[MAX_TIMER_QUEUE_ENTRIES];
31 static inline struct timeout_callback *timer_queue_head(struct timer_queue *tq) in timer_queue_head()
39 struct timeout_callback *tocb) in timer_queue_insert()
52 struct timeout_callback *parent; in timer_queue_insert()
98 struct timeout_callback *tocb; in timer_queue_remove_head()
109 struct timeout_callback *child; in timer_queue_remove_head()
132 static struct timeout_callback *
135 struct timeout_callback *tocb; in timer_queue_expired()
151 int timer_sched_callback(struct timeout_callback *tocb, uint64_t us) in timer_sched_callback()
171 struct timeout_callback *tocb; in timers_run()
Dthread.c193 static void thread_resume_from_timeout(struct timeout_callback *tocb) in thread_resume_from_timeout()
218 thread_yield_timed_callback(struct timeout_callback *tocb, in thread_yield_timed_callback()
345 struct timeout_callback tocb; in thread_yield_microseconds()
/external/cronet/stable/base/test/launcher/
Dunit_test_launcher.cc159 RepeatingClosure timeout_callback, in RunTestSuite() argument
220 use_job_objects, timeout_callback); in RunTestSuite()
237 RepeatingClosure timeout_callback, in LaunchUnitTestsInternal() argument
247 use_job_objects, timeout_callback, in LaunchUnitTestsInternal()
269 timeout_callback, std::move(gtest_init)); in LaunchUnitTestsInternal()
352 RepeatingClosure timeout_callback, in LaunchUnitTestsWithOptions() argument
357 timeout_callback, in LaunchUnitTestsWithOptions()
440 RepeatingClosure timeout_callback) in UnitTestLauncherDelegate() argument
444 timeout_callback_(timeout_callback) {} in UnitTestLauncherDelegate()
Dunit_test_launcher.h58 RepeatingClosure timeout_callback,
143 RepeatingClosure timeout_callback);
/external/cronet/tot/base/test/launcher/
Dunit_test_launcher.cc159 RepeatingClosure timeout_callback, in RunTestSuite() argument
220 use_job_objects, timeout_callback); in RunTestSuite()
237 RepeatingClosure timeout_callback, in LaunchUnitTestsInternal() argument
247 use_job_objects, timeout_callback, in LaunchUnitTestsInternal()
269 timeout_callback, std::move(gtest_init)); in LaunchUnitTestsInternal()
352 RepeatingClosure timeout_callback, in LaunchUnitTestsWithOptions() argument
357 timeout_callback, in LaunchUnitTestsWithOptions()
440 RepeatingClosure timeout_callback) in UnitTestLauncherDelegate() argument
444 timeout_callback_(timeout_callback) {} in UnitTestLauncherDelegate()
Dunit_test_launcher.h58 RepeatingClosure timeout_callback,
143 RepeatingClosure timeout_callback);
/external/coreboot/src/include/
Dtimer.h27 struct timeout_callback { struct
29 void (*callback)(struct timeout_callback *tocb); argument
50 int timer_sched_callback(struct timeout_callback *tocb, uint64_t us); argument
/external/pigweed/pw_bluetooth_sapphire/host/hci/public/pw_bluetooth_sapphire/internal/host/hci/
Dbredr_connection_request.h61 fit::closure timeout_callback, in BrEdrConnectionRequest() argument
69 [timeout_cb = std::move(timeout_callback)](pw::async::Context /*ctx*/, in BrEdrConnectionRequest()
/external/mesa3d/src/intel/tools/imgui/
Dimgui_impl_gtk3.cpp214 static gboolean timeout_callback(gpointer data) in timeout_callback() function
225 g_RedrawTimeout = g_timeout_add(timeout * 1000, timeout_callback, NULL); in kick_timeout_redraw()