Searched defs:s_fd (Results 1 - 1 of 1) sorted by relevance

/system/core/libutils/
H A DSystemClock.cpp138 static int s_fd = -1; local
140 if (s_fd == -1) {
142 if (android_atomic_cmpxchg(-1, fd, &s_fd)) {
147 result = ioctl(s_fd,

Completed in 47 milliseconds