Home
last modified time | relevance | path

Searched refs:TRY_ACQUIRE (Results 1 – 2 of 2) sorted by relevance

/system/core/libutils/include/utils/
DMutex.h63 #define TRY_ACQUIRE(...) THREAD_ANNOTATION_ATTRIBUTE__(try_acquire_capability(__VA_ARGS__)) macro
111 status_t tryLock() TRY_ACQUIRE(0);
125 status_t timedLock(nsecs_t timeoutNs) TRY_ACQUIRE(0);
/system/core/base/include/android-base/
Dthread_annotations.h68 #define TRY_ACQUIRE(...) \ macro