Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dvdso.cpp64 auto vdso_time = reinterpret_cast<decltype(&time)>(__libc_globals->vdso[VDSO_TIME].fn); in time() local
65 if (__predict_true(vdso_time)) { in time()
66 return vdso_time(t); in time()