Home
last modified time | relevance | path

Searched refs:msec_timeout (Results 1 – 2 of 2) sorted by relevance

/external/ltp/lib/
Dtst_checkpoint.c83 int tst_checkpoint_wait(unsigned int id, unsigned int msec_timeout) in tst_checkpoint_wait() argument
92 timeout.tv_sec = msec_timeout/1000; in tst_checkpoint_wait()
93 timeout.tv_nsec = (msec_timeout%1000) * 1000000; in tst_checkpoint_wait()
100 unsigned int msec_timeout) in tst_checkpoint_wake() argument
119 if (msecs >= msec_timeout) { in tst_checkpoint_wake()
/external/ltp/include/
Dtst_checkpoint_fn.h35 int tst_checkpoint_wait(unsigned int id, unsigned int msec_timeout);
45 unsigned int msec_timeout);