Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dmutex.h26 bool tryLock() TRY_ACQUIRE(true);
H A Dthread_annotations.h52 #define TRY_ACQUIRE(...) \ macro