Home
last modified time | relevance | path

Searched refs:CLOCK_MONOTONIC (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-3.6.0/components/newlib/test/
Dtest_time.c377 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/
Dtime.h25 #ifndef CLOCK_MONOTONIC
26 #define CLOCK_MONOTONIC (clockid_t)4 macro
/hal_espressif-3.6.0/components/esp_rom/host_test/rom_test/main/
Drom_test.cpp38 CHECK(clock_gettime(CLOCK_MONOTONIC, &current_time) == 0);
43 CHECK(clock_gettime(CLOCK_MONOTONIC, &current_time) == 0);
/hal_espressif-3.6.0/components/log/
Dlog_linux.c42 int result = clock_gettime(CLOCK_MONOTONIC, &current_time); in esp_log_timestamp()
/hal_espressif-3.6.0/components/newlib/
Dtime.c266 case CLOCK_MONOTONIC: in clock_gettime()
/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/hf_ag/
Dbtc_hf_ag.c150 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/
Dbtc_a2dp_source.c392 clock_gettime(CLOCK_MONOTONIC, &ts_now); in time_now_us()