HomeSort by relevance Sort by last modified time
    Searched refs:VDSO_CLOCK_GETTIME (Results 1 - 2 of 2) sorted by null

  /bionic/libc/private/
bionic_vdso.h 51 VDSO_CLOCK_GETTIME = 0,
  /bionic/libc/bionic/
vdso.cpp 34 auto vdso_clock_gettime = reinterpret_cast<decltype(&clock_gettime)>( local
35 __libc_globals->vdso[VDSO_CLOCK_GETTIME].fn);
36 if (__predict_true(vdso_clock_gettime)) {
37 return vdso_clock_gettime(clock_id, tp);
53 vdso[VDSO_CLOCK_GETTIME] = { VDSO_CLOCK_GETTIME_SYMBOL,

Completed in 58 milliseconds