Home
last modified time | relevance | path

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

/trueos/sys/compat/mach/kern/
HDtask.c459 task_unlock(task); in task_free()
468 task_unlock(task); in task_free()
477 task_unlock(task); in task_free()
480 task_unlock(task); in task_free()
496 task_unlock(task); in task_deallocate()
506 task_unlock(task); in task_reference()
552 task_unlock(task); in task_terminate()
569 task_unlock(task); in task_terminate()
611 task_unlock(task); in task_terminate()
612 task_unlock(cur_task); in task_terminate()
[all …]
HDipc_tt.c907 task_unlock(task); in ref_task_port_locked()
/trueos/sys/sys/mach/
HDtask.h334 #define task_unlock(task) mtx_unlock(&(task)->lock) macro