Home
last modified time | relevance | path

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

/DragonOS/user/apps/test_gettimeofday/
H A Dmain.c14 printf("%ld.%06ld\n", tv->tv_sec, tv->tv_usec); in main()
21 printf("tv = %ld.%06ld\n", tv->tv_sec, tv->tv_usec); in main()
/DragonOS/kernel/src/time/
H A Dsyscall.rs23 pub tv_usec: PosixSusecondsT, field
H A Dmod.rs123 tv_nsec: value.tv_usec as i64 * 1000, in from()
H A Dtimekeeping.rs346 tv_usec: (tp.tv_nsec / 1000) as i32, in do_gettimeofday()