Home
last modified time | relevance | path

Searched defs:start_timer (Results 1 – 6 of 6) sorted by relevance

/external/libchromeos-rs/src/sync/
Dblocking.rs142 fn start_timer(dur: Duration, notify: Option<Sender<()>>) -> Timer { in start_timer() function
/external/crosvm/cros_async/src/sync/
Dblocking.rs142 fn start_timer(dur: Duration, notify: Option<Sender<()>>) -> Timer { in start_timer() function
/external/libpng/contrib/tools/
Dpngcp.c1512 start_timer(struct display *dp, int what) in start_timer() function
1571 #define start_timer(dp, what) ((void)0) macro
/external/tensorflow/tensorflow/c/experimental/stream_executor/
Dstream_executor.h331 void (*start_timer)(const SP_Device* device, SP_Stream stream, SP_Timer timer, member
Dstream_executor_test.cc90 void start_timer(const SP_Device* const device, SP_Stream stream, in start_timer() function
/external/crosvm/devices/src/
Dpit.rs707 fn start_timer(&mut self) { in start_timer() method