Searched refs:timeout_callback (Results 1 – 9 of 9) sorted by relevance
/external/coreboot/src/lib/ |
D | timer_queue.c | 12 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()
|
D | thread.c | 193 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/ |
D | unit_test_launcher.cc | 159 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()
|
D | unit_test_launcher.h | 58 RepeatingClosure timeout_callback, 143 RepeatingClosure timeout_callback);
|
/external/cronet/tot/base/test/launcher/ |
D | unit_test_launcher.cc | 159 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()
|
D | unit_test_launcher.h | 58 RepeatingClosure timeout_callback, 143 RepeatingClosure timeout_callback);
|
/external/coreboot/src/include/ |
D | timer.h | 27 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/ |
D | bredr_connection_request.h | 61 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/ |
D | imgui_impl_gtk3.cpp | 214 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()
|