Searched refs:MSEC (Results 1 – 5 of 5) sorted by relevance
/trusty/user/app/sample/spinner/ |
D | spinner.c | 28 #define MSEC 1000000ULL macro 68 trusty_nanosleep(0, 0, 2 * 1000 * MSEC); in main() 70 rc = _delay(2 * 1000 * MSEC); in main()
|
/trusty/user/base/lib/tipc/test/include/app/ipc_unittest/ |
D | common.h | 28 #define MSEC 1000000ULL macro
|
/trusty/user/base/lib/libc-trusty/test/ |
D | libc_test.c | 172 #define MSEC 1000000ULL macro 184 trusty_nanosleep(0, 0, 10 * MSEC); in TEST_F() 188 ASSERT_LT(1 * MSEC, delta); in TEST_F() 190 ASSERT_LT(delta, 1000 * MSEC); 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/base/lib/tipc/test/main/ |
D | main.c | 2086 trusty_nanosleep(0, 0, 100 * MSEC); in TEST()
|