Searched refs:EXCLUSIVE_LOCK_FUNCTION (Results 1 – 3 of 3) sorted by relevance
43 #define EXCLUSIVE_LOCK_FUNCTION(...) __attribute__((exclusive_lock_function(__VA_ARGS__))) macro68 #define EXCLUSIVE_LOCK_FUNCTION(...) macro98 void mutex_lock(struct mutex *mtx) EXCLUSIVE_LOCK_FUNCTION(*mtx);
353 void annotation__lock(struct annotation *notes) EXCLUSIVE_LOCK_FUNCTION(*notes);
654 EXCLUSIVE_LOCK_FUNCTION(sched->start_work_mutex) in create_tasks()655 EXCLUSIVE_LOCK_FUNCTION(sched->work_done_wait_mutex) in create_tasks()