OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:vdso_clock_gettime
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/bionic/
vdso.cpp
32
auto
vdso_clock_gettime
= reinterpret_cast<decltype(&clock_gettime)>(
local
33
__libc_globals->vdso[
VDSO_CLOCK_GETTIME
].fn);
34
if (__predict_true(
vdso_clock_gettime
)) {
35
return
vdso_clock_gettime
(clock_id, tp);
51
vdso[
VDSO_CLOCK_GETTIME
] = { VDSO_CLOCK_GETTIME_SYMBOL,
/bionic/libc/private/
bionic_vdso.h
50
VDSO_CLOCK_GETTIME
= 0,
Completed in 63 milliseconds