Home
last modified time | relevance | path

Searched defs:is_realtime (Results 1 – 10 of 10) sorted by relevance

/external/llvm-libc/src/pthread/
Dpthread_rwlock_clockrdlock.cpp33 bool is_realtime = (clockid == CLOCK_REALTIME); variable
Dpthread_rwlock_clockwrlock.cpp34 bool is_realtime = (clockid == CLOCK_REALTIME); variable
/external/cronet/tot/third_party/llvm-libc/src/src/pthread/
Dpthread_rwlock_clockrdlock.cpp33 bool is_realtime = (clockid == CLOCK_REALTIME); variable
Dpthread_rwlock_clockwrlock.cpp34 bool is_realtime = (clockid == CLOCK_REALTIME); variable
/external/cronet/stable/third_party/llvm-libc/src/src/pthread/
Dpthread_rwlock_clockrdlock.cpp33 bool is_realtime = (clockid == CLOCK_REALTIME); variable
Dpthread_rwlock_clockwrlock.cpp34 bool is_realtime = (clockid == CLOCK_REALTIME); variable
/external/cronet/tot/third_party/llvm-libc/src/src/__support/time/linux/
Dabs_timeout.h32 LIBC_INLINE bool is_realtime() const { return realtime_flag; } in is_realtime() function
/external/llvm-libc/src/__support/time/linux/
Dabs_timeout.h32 LIBC_INLINE bool is_realtime() const { return realtime_flag; } in is_realtime() function
/external/cronet/stable/third_party/llvm-libc/src/src/__support/time/linux/
Dabs_timeout.h32 LIBC_INLINE bool is_realtime() const { return realtime_flag; } in is_realtime() function
/external/libaom/test/
Dkf_test.cc302 int is_realtime = (encoding_mode_ == ::libaom_test::kRealTime); in Frame1IsKey() local