thread_allocate    44 sys/kern/thread.c static thread_t thread_allocate(task_t);
thread_allocate    99 sys/kern/thread.c 	if ((t = thread_allocate(task)) == NULL) {
thread_allocate   536 sys/kern/thread.c 	if ((t = thread_allocate(&kernel_task)) == NULL)