Searched refs:TRY_ACQUIRE (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ | ||
H A D | mutex.h | 26 bool tryLock() TRY_ACQUIRE(true); |
H A D | thread_annotations.h | 52 #define TRY_ACQUIRE(...) \ macro |