Home
last modified time | relevance | path

Searched refs:clock_gettime (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-latest/components/mbedtls/port/
Desp_platform_time.c17 ret = clock_gettime(CLOCK_MONOTONIC, &tv); in mbedtls_ms_time()
/hal_espressif-latest/components/newlib/platform_include/
Dtime.h26 int clock_gettime(clockid_t clock_id, struct timespec *tp);
/hal_espressif-latest/components/log/
Dlog_linux.c42 int result = clock_gettime(CLOCK_MONOTONIC, &current_time); in esp_log_timestamp()
/hal_espressif-latest/components/newlib/
Dtime.c239 int clock_gettime (clockid_t clock_id, struct timespec *tp) in clock_gettime() function
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/hf_ag/
Dbtc_hf_ag.c193 clock_gettime(CLOCK_MONOTONIC, &now); in btc_hf_latest_connected_idx()
747 clock_gettime(CLOCK_MONOTONIC, &hf_local_param[0].btc_hf_cb.call_end_timestamp); in btc_hf_phone_state_update()
1363 clock_gettime(CLOCK_MONOTONIC, &(hf_local_param[idx].btc_hf_cb.connected_timestamp)); in btc_hf_cb_handler()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/a2dp/
Dbtc_a2dp_source.c400 clock_gettime(CLOCK_MONOTONIC, &ts_now); in time_now_us()