Searched refs:EXCLUSIVE_TRYLOCK_FUNCTION (Results 1 - 2 of 2) sorted by relevance

/linux-master/tools/perf/util/
H A Dmutex.h46 #define EXCLUSIVE_TRYLOCK_FUNCTION(...) \ macro
62 #define EXCLUSIVE_TRYLOCK_FUNCTION(...) macro
93 bool mutex_trylock(struct mutex *mtx) EXCLUSIVE_TRYLOCK_FUNCTION(true, *mtx);
H A Dannotate.h376 bool annotation__trylock(struct annotation *notes) EXCLUSIVE_TRYLOCK_FUNCTION(true, *notes);

Completed in 86 milliseconds