Home
last modified time | relevance | path

Searched defs:timeout_callback (Results 1 – 5 of 5) sorted by relevance

/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/cronet/stable/base/test/launcher/
Dunit_test_launcher.cc159 RepeatingClosure timeout_callback, in RunTestSuite()
237 RepeatingClosure timeout_callback, in LaunchUnitTestsInternal()
352 RepeatingClosure timeout_callback, in LaunchUnitTestsWithOptions()
440 RepeatingClosure timeout_callback) in UnitTestLauncherDelegate()
/external/cronet/tot/base/test/launcher/
Dunit_test_launcher.cc159 RepeatingClosure timeout_callback, in RunTestSuite()
237 RepeatingClosure timeout_callback, in LaunchUnitTestsInternal()
352 RepeatingClosure timeout_callback, in LaunchUnitTestsWithOptions()
440 RepeatingClosure timeout_callback) in UnitTestLauncherDelegate()
/external/pigweed/pw_bluetooth_sapphire/host/hci/public/pw_bluetooth_sapphire/internal/host/hci/
Dbredr_connection_request.h61 fit::closure timeout_callback, in BrEdrConnectionRequest()
/external/mesa3d/src/intel/tools/imgui/
Dimgui_impl_gtk3.cpp214 static gboolean timeout_callback(gpointer data) in timeout_callback() function