Searched refs:useconds_t (Results 1 – 11 of 11) sorted by relevance
41 useconds_t max_usecs, usecs; in main()50 max_usecs = (useconds_t)strtol(argv[1], NULL, 0); in main()57 usecs = (useconds_t)((double)max_usecs * frac); in main()
42 useconds_t43 ualarm(useconds_t usecs, useconds_t reload) in ualarm()
39 int __usleep(useconds_t);42 __usleep(useconds_t useconds) in __usleep()
57 static const useconds_t seconds_in_useconds = (1000 * 1000);58 static const useconds_t mseconds_in_useconds = 1000;59 static const useconds_t useconds_in_nseconds = 1000;170 static useconds_t174 useconds_t res; in get_monotonic_useconds()188 timo_expired(useconds_t timeout) in timo_expired()342 parse_repeat_check_arg(const std::string& arg, useconds_t *m_timo, in parse_repeat_check_arg()343 useconds_t *m_interval) in parse_repeat_check_arg()788 useconds_t m_timo;789 useconds_t m_interval;
75 typedef __useconds_t useconds_t; typedef480 useconds_t481 ualarm(useconds_t, useconds_t);482 int usleep(useconds_t);
50 useconds_t usec; in ATF_TC_BODY()
312 useconds_t sleep_period; in main()334 sleep_period = (useconds_t) (f * 1000000.0); in main()
106 for (useconds_t timeout = 1100; timeout > 900; timeout--) { in prace()
235 typedef __useconds_t useconds_t; /* microseconds (unsigned) */ typedef
252 INTERCEPTOR(int, usleep, useconds_t u) { in INTERCEPTOR()
94 useconds_t sleep_dur = 10 * 1000; in try_lock()