Searched refs:trusty_nanosleep (Results 1 – 13 of 13) sorted by relevance
/trusty/user/app/sample/timer/ |
D | timer_app.c | 81 trusty_nanosleep(0, 0, ONE_MS); in TEST() 90 trusty_nanosleep(0, 0, 10ULL * ONE_S); in TEST() 122 trusty_nanosleep(0, 0, ONE_US); in TEST()
|
/trusty/user/base/lib/libc-trusty/include/trusty/ |
D | time.h | 31 int trusty_nanosleep(clockid_t clock_id, uint32_t flags, uint64_t sleep_time);
|
/trusty/user/base/lib/libc-trusty/ |
D | time.c | 24 int trusty_nanosleep(clockid_t clock_id, uint32_t flags, uint64_t sleep_time) { in trusty_nanosleep() function 86 int ret = trusty_nanosleep(clock_id, flags, sleep_time); in clock_nanosleep()
|
/trusty/user/app/sample/spinner/ |
D | spinner.c | 68 trusty_nanosleep(0, 0, 2 * 1000 * MSEC); in main()
|
/trusty/user/base/app/cfi-test/cfi-crasher/ |
D | cfi-crasher.c | 138 trusty_nanosleep(0, 0, 100 * 1000 * 1000); in crasher_not_entry_func()
|
/trusty/user/base/lib/secure_fb/test/ |
D | main.c | 115 trusty_nanosleep(0, 0, 2000 * 1000 * 1000); in TEST_F()
|
/trusty/user/base/lib/tipc/test/srv/ |
D | srv.c | 435 trusty_nanosleep(0, 0, 100 * MSEC); in closer1_handle_port() 456 trusty_nanosleep(0, 0, 100 * MSEC); in closer2_handle_port() 490 trusty_nanosleep(0, 0, 100 * MSEC); in closer3_handle_port()
|
/trusty/user/app/sample/spi/swspi-srv/driver/ |
D | swspi.c | 162 trusty_nanosleep(0, 0, delay_ns); in spi_req_exec_delay()
|
/trusty/user/app/sample/stats-test/consumer/ |
D | consumer.cpp | 231 trusty_nanosleep(0, 0, MS_TO_NS(kSpinSleepMs)); in reportVendorAtom()
|
/trusty/user/app/sample/app-mgmt-test/client/ |
D | main.c | 102 trusty_nanosleep(0, 0, WAIT_FOR_APP_SLEEP_NS); in port_start_srv_running() 326 trusty_nanosleep(0, 0, WAIT_FOR_APP_SLEEP_NS); in load_app()
|
/trusty/user/base/lib/libc-trusty/test/ |
D | libc_test.c | 184 trusty_nanosleep(0, 0, 10 * MSEC); in TEST_F()
|
/trusty/user/base/lib/tipc/test/main/ |
D | main.c | 2086 trusty_nanosleep(0, 0, 100 * MSEC); in TEST()
|
/trusty/user/app/storage/test/storage-unittest/ |
D | main.c | 3106 trusty_nanosleep(0, 0, 1000000); in run_all_tests()
|