Searched refs:realSystemTime (Results 1 – 1 of 1) sorted by relevance
27 static nsecs_t (*realSystemTime)(int) = nullptr; variable30 realSystemTime = (nsecs_t (*)(int))dlsym(RTLD_NEXT, "systemTime"); in init()31 if (!realSystemTime) { in init()56 return realSystemTime(clock); in systemTime()