Home
last modified time | relevance | path

Searched refs:task_importance_drop_file_lock_assertion (Results 1 – 3 of 3) sorted by relevance

/xnu-8020.140.41/osfmk/kern/
H A Dpolicy_internal.h212 extern int task_importance_drop_file_lock_assertion(task_t target_task, uint32_t count);
H A Dtask_policy.c3544 task_importance_drop_file_lock_assertion(task_t target_task, uint32_t count) in task_importance_drop_file_lock_assertion() function
/xnu-8020.140.41/bsd/kern/
H A Dkern_lockf.c1631 task_importance_drop_file_lock_assertion(current_task, 1); in lf_drop_assertion()