Searched refs:tms (Results 1 – 4 of 4) sorted by relevance
40 __times (struct tms *tms) in __times() argument60 tms->tms_utime = (clock_from_time_value (&bi.user_time) in __times()62 tms->tms_stime = (clock_from_time_value (&bi.system_time) in __times()66 tms->tms_cutime = tms->tms_cstime = 0; in __times()
28 struct timespec tms = { 0 }; in do_test() local44 TEST_COMPARE (pthread_mutex_timedlock (&mutex, &tms), 0); in do_test()45 TEST_COMPARE (pthread_mutex_timedlock (&mutex, &tms), EDEADLK); in do_test()
25 struct tms buf; in clock()
24 __times (struct tms *buf) in __times()
Completed in 10 milliseconds