Home
last modified time | relevance | path

Searched refs:EXCLUSIVE_TRYLOCK_FUNCTION (Results 1 – 3 of 3) sorted by relevance

/linux/tools/perf/util/
H A Dmutex.h58 #define EXCLUSIVE_TRYLOCK_FUNCTION(...) \ macro
80 #define EXCLUSIVE_TRYLOCK_FUNCTION(...) macro
114 bool mutex_trylock(struct mutex *mtx) EXCLUSIVE_TRYLOCK_FUNCTION(true, *mtx);
H A Dannotate.h369 bool annotation__trylock(struct annotation *notes) EXCLUSIVE_TRYLOCK_FUNCTION(true, *notes);
H A Ddso.h861 EXCLUSIVE_TRYLOCK_FUNCTION(true, _dso__data_open_lock);