Home
last modified time | relevance | path

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

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