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 56 VDSO_CLOCK_GETTIME = 0,
  /bionic/libc/bionic/
vdso.cpp 37 auto vdso_clock_gettime = reinterpret_cast<decltype(&clock_gettime)>( local
38 __libc_globals->vdso[VDSO_CLOCK_GETTIME].fn);
39 if (__predict_true(vdso_clock_gettime)) {
40 return vdso_return(vdso_clock_gettime(clock_id, tp));
78 vdso[VDSO_CLOCK_GETTIME] = { VDSO_CLOCK_GETTIME_SYMBOL, nullptr };

Completed in 1623 milliseconds