Home
last modified time | relevance | path

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

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