Searched refs:EXCLUSIVE_LOCK_FUNCTION (Results 1 - 3 of 3) sorted by relevance

/linux-master/tools/perf/util/
H A Dmutex.h37 #define EXCLUSIVE_LOCK_FUNCTION(...) __attribute__((exclusive_lock_function(__VA_ARGS__))) macro
60 #define EXCLUSIVE_LOCK_FUNCTION(...) macro
90 void mutex_lock(struct mutex *mtx) EXCLUSIVE_LOCK_FUNCTION(*mtx);
H A Dannotate.h374 void annotation__lock(struct annotation *notes) EXCLUSIVE_LOCK_FUNCTION(*notes);
/linux-master/tools/perf/
H A Dbuiltin-sched.c645 EXCLUSIVE_LOCK_FUNCTION(sched->start_work_mutex)
646 EXCLUSIVE_LOCK_FUNCTION(sched->work_done_wait_mutex)

Completed in 192 milliseconds