Home
last modified time | relevance | path

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

/xnu-8796.121.2/osfmk/kern/ !
H A Dtask_ref.h42 extern kern_return_t task_ref_count_init(task_t);
H A Dtask_ref.c431 task_ref_count_init(task_t task) in task_ref_count_init() function
517 task_ref_count_init(task_t task) in task_ref_count_init() function
H A Dtask.c1357 if (task_ref_count_init(new_task) != KERN_SUCCESS) { in task_create_internal()