UNLOCK_FUNCTION
UNLOCK_FUNCTION(sched->start_work_mutex)
UNLOCK_FUNCTION(sched->work_done_wait_mutex)
void annotation__unlock(struct annotation *notes) UNLOCK_FUNCTION(*notes);
void dso__data_put_fd(struct dso *dso) UNLOCK_FUNCTION(_dso__data_open_lock);
void mutex_unlock(struct mutex *mtx) UNLOCK_FUNCTION(*mtx);
int up_read(struct rw_semaphore *sem) UNLOCK_FUNCTION(sem);
int up_write(struct rw_semaphore *sem) UNLOCK_FUNCTION(sem);