Home
last modified time | relevance | path

Searched refs:UNLOCK_FUNCTION (Results 1 – 5 of 5) sorted by relevance

/tools/perf/util/
A Drwsem.h25 int up_read(struct rw_semaphore *sem) UNLOCK_FUNCTION(sem);
28 int up_write(struct rw_semaphore *sem) UNLOCK_FUNCTION(sem);
A Dmutex.h55 #define UNLOCK_FUNCTION(...) __attribute__((unlock_function(__VA_ARGS__))) macro
79 #define UNLOCK_FUNCTION(...) macro
110 void mutex_unlock(struct mutex *mtx) UNLOCK_FUNCTION(*mtx);
A Dannotate.h356 void annotation__unlock(struct annotation *notes) UNLOCK_FUNCTION(*notes);
A Ddso.h831 void dso__data_put_fd(struct dso *dso) UNLOCK_FUNCTION(_dso__data_open_lock);
/tools/perf/
A Dbuiltin-sched.c684 UNLOCK_FUNCTION(sched->start_work_mutex) in destroy_tasks()
685 UNLOCK_FUNCTION(sched->work_done_wait_mutex) in destroy_tasks()

Completed in 829 milliseconds