HomeSort by: relevance | last modified time | path
    Searched defs:Cachable (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_clock.cc 297 // If the resulting clock is cachable, cache it for future release operations.
298 // The clock is always cachable if we released to an empty sync object.
299 if (cached_idx_ == 0 && dst->Cachable()) {
501 ALWAYS_INLINE bool SyncClock::Cachable() const {
tsan_clock.cc 297 // If the resulting clock is cachable, cache it for future release operations.
298 // The clock is always cachable if we released to an empty sync object.
299 if (cached_idx_ == 0 && dst->Cachable()) {
501 ALWAYS_INLINE bool SyncClock::Cachable() const {

Completed in 60 milliseconds