ESP-IDF
+
0
/1 examples
SourceVu will show references to
clock_gettime()
from the following samples and libraries:
mbedTLS
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
clock_gettime()
clock_gettime() function
Syntax
Show:
Summary
Declaration
from
time.c:249
int
clock_gettime
(
clockid_t
clock_id
,
struct
timespec
*
tp
)
;
Arguments
Argument
clock_id
tp
Examples
clock_gettime()
is referenced by 1 libraries and example projects:
mbedTLS
References
from
0/1
examples
Code
Location
Referrer
WEAK_UNLESS_TIMEFUNC_IMPL
int
clock_gettime
(
clockid_t
clock_id
,
struct
timespec
*
tp
)
time.c:249
if
(
clock_gettime
(
CLOCK_REALTIME
,
&
xCurrentTime
)
!=
0
)
FreeRTOS_POSIX_utils.c:74
UTILS_AbsoluteTimespecToTicks()
clock_gettime
(
CLOCK_MONOTONIC
,
&
ts_now
)
;
btc_a2dp_source.c:400
time_now_us()
clock_gettime
(
CLOCK_MONOTONIC
,
&
now
)
;
btc_hf_ag.c:195
btc_hf_latest_connected_idx()
clock_gettime
(
CLOCK_MONOTONIC
,
&
hf_local_param
[
0
]
.
btc_hf_cb
.
call_end_timestamp
)
;
btc_hf_ag.c:751
btc_hf_phone_state_update()
clock_gettime
(
CLOCK_MONOTONIC
,
&
(
hf_local_param
[
idx
]
.
btc_hf_cb
.
connected_timestamp
)
)
;
btc_hf_ag.c:1367
btc_hf_cb_handler()
clock_gettime
(
CLOCK_REALTIME
,
&
currtime
)
;
pthread.c:760
pthread_mutex_timedlock()
clock_gettime
(
CLOCK_REALTIME
,
&
cur_time
)
;
pthread_semaphore.c:88
sem_timedwait()
Call Tree
from
0/1
examples
clock_gettime()
is called by 7 functions and calls 2 functions:
time_now_us()
btc_hf_latest_connected_idx()
btc_hf_phone_state_update()
btc_hf_cb_handler()
pthread_mutex_timedlock()
sem_timedwait()
UTILS_AbsoluteTimespecToTicks()
All items filtered out
clock_gettime()
_gettimeofday_r()
esp_time_impl_get_time()
All items filtered out
Data Use
from
0/1
examples
clock_gettime()
:
All items filtered out
clock_gettime()
All items filtered out
Class Tree
from
0/1
examples
All items filtered out
All items filtered out
Override Tree
from
0/1
examples
All items filtered out
All items filtered out
Implementations
from
0/1
examples
All items filtered out
All items filtered out
Instances
from
0/1
examples
Lifecycle
from
0/1
examples
All items filtered out
All items filtered out