Searched refs:time (Results 1 – 8 of 8) sorted by relevance
| /examples/utest/testcases/posix/time_h/ |
| A D | Kconfig | 8 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 D | time.c | 20 printf("%d\n", time(0)); in speed() 22 t = time(0); in speed() 24 printf("%d\n", time(0)); in speed()
|
| A D | ex7.c | 36 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 D | file.c | 377 t = time(NULL); in libc_fseek()
|
| /examples/network/ |
| A D | tcp_server.py | 5 import time 19 time.sleep(1)
|
| /examples/utest/testcases/posix/pthread_h/functions/testfrmw/ |
| A D | testfrmw.c | 51 nw = time(NULL); in output()
|
| /examples/test/ |
| A D | rtc_test.c | 47 now = time(RT_NULL); in rtc_test()
|
| A D | avl.c | 251 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