Searched refs:UNLOCK_FUNCTION (Results 1 – 5 of 5) sorted by relevance
25 int up_read(struct rw_semaphore *sem) UNLOCK_FUNCTION(sem);28 int up_write(struct rw_semaphore *sem) UNLOCK_FUNCTION(sem);
55 #define UNLOCK_FUNCTION(...) __attribute__((unlock_function(__VA_ARGS__))) macro79 #define UNLOCK_FUNCTION(...) macro110 void mutex_unlock(struct mutex *mtx) UNLOCK_FUNCTION(*mtx);
356 void annotation__unlock(struct annotation *notes) UNLOCK_FUNCTION(*notes);
831 void dso__data_put_fd(struct dso *dso) UNLOCK_FUNCTION(_dso__data_open_lock);
684 UNLOCK_FUNCTION(sched->start_work_mutex) in destroy_tasks()685 UNLOCK_FUNCTION(sched->work_done_wait_mutex) in destroy_tasks()
Completed in 829 milliseconds