Home
last modified time | relevance | path

Searched refs:time (Results 1 – 8 of 8) sorted by relevance

/examples/utest/testcases/posix/time_h/
A DKconfig8 bool "<time.h, sys/time.h> -> asctime"
12 bool "<time.h, sys/time.h> -> clock_gettime"
16 bool "<time.h, sys/time.h> -> clock"
20 bool "<time.h, sys/time.h> -> difftime"
24 bool "<time.h, sys/time.h> -> gmtime_r"
28 bool "<time.h, sys/time.h> -> gmtime"
32 bool "<time.h, sys/time.h> -> localtime"
36 bool "<time.h, sys/time.h> -> mktime"
44 bool "<time.h, sys/time.h> -> strftime"
48 bool "<time.h, sys/time.h> -> time"
[all …]
/examples/libc/
A Dtime.c20 printf("%d\n", time(0)); in speed()
22 t = time(0); in speed()
24 printf("%d\n", time(0)); in speed()
A Dex7.c36 struct timespec time; in test_thread() local
48 time.tv_sec = now.tv_sec + ms / 1000 + (now.tv_usec + (ms % 1000) * 1000) in test_thread()
50 time.tv_nsec = ((now.tv_usec + (ms % 1000) * 1000) % 1000000) * 1000; in test_thread()
55 status = pthread_cond_timedwait(&foo.cond, &foo.mutex, &time); in test_thread()
A Dfile.c377 t = time(NULL); in libc_fseek()
/examples/network/
A Dtcp_server.py5 import time
19 time.sleep(1)
/examples/utest/testcases/posix/pthread_h/functions/testfrmw/
A Dtestfrmw.c51 nw = time(NULL); in output()
/examples/test/
A Drtc_test.c47 now = time(RT_NULL); in rtc_test()
A Davl.c251 int save_seed = time(NULL); in init_random_keys()
281 srand ( time(NULL) ); in randomize()
492 #define STOPWATCH(fun, time) do { \ argument
497 time = _time; \

Completed in 29 milliseconds