Searched refs:CLOCK_MONOTONIC (Results 1 – 7 of 7) sorted by relevance
/hal_espressif-3.6.0/components/newlib/test/ |
D | test_time.c | 377 TEST_ASSERT(clock_settime(CLOCK_MONOTONIC, NULL) == -1); in test_posix_timers_clock() 378 TEST_ASSERT(clock_gettime(CLOCK_MONOTONIC, NULL) == -1); in test_posix_timers_clock() 379 TEST_ASSERT(clock_getres(CLOCK_MONOTONIC, NULL) == -1); in test_posix_timers_clock() 405 TEST_ASSERT(clock_settime(CLOCK_MONOTONIC, &ts) == -1); in test_posix_timers_clock() 412 TEST_ASSERT(clock_getres(CLOCK_MONOTONIC, &ts) == 0); in test_posix_timers_clock() 415 TEST_ASSERT(clock_gettime(CLOCK_MONOTONIC, &ts) == 0); in test_posix_timers_clock() 424 TEST_ASSERT(clock_getres(CLOCK_MONOTONIC, &ts) == 0); in test_posix_timers_clock() 427 TEST_ASSERT(clock_gettime(CLOCK_MONOTONIC, &ts) == 0); in test_posix_timers_clock() 440 TEST_ASSERT(clock_settime(CLOCK_MONOTONIC, &ts) == -1); in test_posix_timers_clock() 441 TEST_ASSERT(clock_gettime(CLOCK_MONOTONIC, &ts) == -1); in test_posix_timers_clock() [all …]
|
/hal_espressif-3.6.0/components/newlib/platform_include/ |
D | time.h | 25 #ifndef CLOCK_MONOTONIC 26 #define CLOCK_MONOTONIC (clockid_t)4 macro
|
/hal_espressif-3.6.0/components/esp_rom/host_test/rom_test/main/ |
D | rom_test.cpp | 38 CHECK(clock_gettime(CLOCK_MONOTONIC, ¤t_time) == 0); 43 CHECK(clock_gettime(CLOCK_MONOTONIC, ¤t_time) == 0);
|
/hal_espressif-3.6.0/components/log/ |
D | log_linux.c | 42 int result = clock_gettime(CLOCK_MONOTONIC, ¤t_time); in esp_log_timestamp()
|
/hal_espressif-3.6.0/components/newlib/ |
D | time.c | 266 case CLOCK_MONOTONIC: in clock_gettime()
|
/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/hf_ag/ |
D | btc_hf_ag.c | 150 clock_gettime(CLOCK_MONOTONIC, &now); in btc_hf_latest_connected_idx() 711 clock_gettime(CLOCK_MONOTONIC, &hf_local_param[0].btc_hf_cb.call_end_timestamp); in btc_hf_phone_state_update() 1300 clock_gettime(CLOCK_MONOTONIC, &(hf_local_param[idx].btc_hf_cb.connected_timestamp)); in btc_hf_cb_handler()
|
/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/a2dp/ |
D | btc_a2dp_source.c | 392 clock_gettime(CLOCK_MONOTONIC, &ts_now); in time_now_us()
|