Home
last modified time | relevance | path

Searched refs:tms (Results 1 – 4 of 4) sorted by relevance

/sysdeps/mach/hurd/
A Dtimes.c40 __times (struct tms *tms) in __times() argument
60 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()
/sysdeps/pthread/
A Dtst-mutex-errorcheck.c28 struct timespec tms = { 0 }; in do_test() local
44 TEST_COMPARE (pthread_mutex_timedlock (&mutex, &tms), 0); in do_test()
45 TEST_COMPARE (pthread_mutex_timedlock (&mutex, &tms), EDEADLK); in do_test()
/sysdeps/posix/
A Dclock.c25 struct tms buf; in clock()
/sysdeps/unix/sysv/linux/
A Dtimes.c24 __times (struct tms *buf) in __times()

Completed in 10 milliseconds