Searched refs:time (Results 1 - 25 of 173) sorted by relevance

1234567

/seL4-camkes-master/projects/musllibc/src/time/
H A Dctime.c1 #include <time.h>
H A Dtime.c1 #include <time.h>
6 time_t time(time_t *t) function
H A Ddifftime.c1 #include <time.h>
H A Dasctime.c1 #include <time.h>
H A Dasctime_r.c1 #include <time.h>
H A Dclock_getres.c1 #include <time.h>
H A Dclock_settime.c1 #include <time.h>
H A Dctime_r.c1 #include <time.h>
H A Dnanosleep.c1 #include <time.h>
H A Dftime.c2 #include <time.h>
8 tp->time = ts.tv_sec;
H A Dgettimeofday.c1 #include <time.h>
2 #include <sys/time.h>
H A Dtime_impl.h1 #include <time.h>
H A Dtimespec_get.c1 #include <time.h>
/seL4-camkes-master/projects/musllibc/src/linux/
H A Dstime.c2 #include <time.h>
3 #include <sys/time.h>
H A Dsettimeofday.c2 #include <sys/time.h>
H A Dutimes.c1 #include <sys/time.h>
/seL4-camkes-master/projects/musllibc/src/signal/
H A Dgetitimer.c1 #include <sys/time.h>
H A Dsetitimer.c1 #include <sys/time.h>
/seL4-camkes-master/tools/cogent/impl/fs/bilby/quickcheck/fsm_example/
H A Dalloc_free.c3 #include <time.h>
8 srand(time(NULL)); // should only be called once
/seL4-camkes-master/kernel/include/64/mode/api/
H A Dipc_buffer.h17 static inline word_t mode_setTimeArg(word_t i, time_t time, word_t *buffer, tcb_t *thread) argument
19 return setMR(thread, buffer, i, time);
/seL4-camkes-master/tools/rumprun/lib/libbmk_rumpuser/
H A Drumpuser_clock.c39 bmk_time_t time; local
41 time = bmk_platform_cpu_clock_monotonic();
45 time += bmk_platform_cpu_clock_epochoffset();
51 *sec = time / (1000*1000*1000ULL);
52 *nsec = time % (1000*1000*1000ULL);
/seL4-camkes-master/tools/rumprun/tests/hello/
H A Dhello.c3 #include <time.h>
23 now = time(NULL);
24 printf("When you do not hear the beep the time will be exactly:\n%s",
30 now = time(NULL);
/seL4-camkes-master/kernel/include/32/mode/api/
H A Dipc_buffer.h18 static inline word_t mode_setTimeArg(word_t i, time_t time, word_t *buffer, tcb_t *thread) argument
20 setMR(thread, buffer, i, (uint32_t) time);
21 return setMR(thread, buffer, i + 1, (uint32_t)(time >> 32llu));
/seL4-camkes-master/projects/musllibc/include/sys/
H A Dtimeb.h12 time_t time; member in struct:timeb
H A Dtimerfd.h8 #include <time.h>

Completed in 145 milliseconds

1234567