HomeSort by relevance Sort by last modified time
    Searched refs:TRY_ACQUIRE (Results 1 - 7 of 7) sorted by null

  /system/core/libutils/include/utils/
Mutex.h 63 #define TRY_ACQUIRE(...) THREAD_ANNOTATION_ATTRIBUTE__(try_acquire_capability(__VA_ARGS__))
111 status_t tryLock() TRY_ACQUIRE(true);
125 status_t timedLock(nsecs_t timeoutNs) TRY_ACQUIRE(true);
  /device/google/cuttlefish_common/common/libs/threads/
thread_annotations.h 60 #define TRY_ACQUIRE(...) \
  /system/core/base/include/android-base/
thread_annotations.h 71 #define TRY_ACQUIRE(...) \
  /external/google-benchmark/src/
mutex.h 49 #define TRY_ACQUIRE(...) \
  /external/libcxx/utils/google-benchmark/src/
mutex.h 49 #define TRY_ACQUIRE(...) \
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/src/
mutex.h 49 #define TRY_ACQUIRE(...) \
  /art/runtime/base/
mutex.h 258 bool ExclusiveTryLock(Thread* self) TRY_ACQUIRE(true);
259 bool TryLock(Thread* self) TRY_ACQUIRE(true) { return ExclusiveTryLock(self); }

Completed in 1630 milliseconds