Home
last modified time | relevance | path

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

/xnu-11215/osfmk/kern/
H A Dtask_ref.h42 extern kern_return_t task_ref_count_init(task_t);
H A Dtask_ref.c435 task_ref_count_init(task_t task) in task_ref_count_init() function
521 task_ref_count_init(task_t task) in task_ref_count_init() function
H A Dtask.c1498 if (task_ref_count_init(new_task) != KERN_SUCCESS) { in task_create_internal()