Searched refs:absSystemTime (Results 1 – 2 of 2) sorted by relevance
| /rocksdb-6.9/third-party/folly/folly/detail/ |
| D | Futex.cpp | 94 system_clock::time_point const* absSystemTime, in nativeFutexWaitImpl() argument 97 assert(absSystemTime == nullptr || absSteadyTime == nullptr); in nativeFutexWaitImpl() 103 if (absSystemTime != nullptr) { in nativeFutexWaitImpl() 105 ts = timeSpecFromTimePoint(*absSystemTime); in nativeFutexWaitImpl() 176 system_clock::time_point const* absSystemTime, in emulatedFutexWaitImpl() argument 184 if (absSystemTime) { in emulatedFutexWaitImpl() 190 *absSystemTime); in emulatedFutexWaitImpl() 240 system_clock::time_point const* absSystemTime, in futexWaitImpl() argument 245 futex, expected, absSystemTime, absSteadyTime, waitMask); in futexWaitImpl() 248 futex, expected, absSystemTime, absSteadyTime, waitMask); in futexWaitImpl() [all …]
|
| D | Futex-inl.h | 52 std::chrono::system_clock::time_point const* absSystemTime, 63 std::chrono::system_clock::time_point const* absSystemTime,
|