Searched defs:new_thread (Results 1 – 13 of 13) sorted by relevance
| /xnu-12377.41.6/osfmk/kern/ |
| H A D | thread.c | 1307 thread_t new_thread; in thread_create_internal() local 1622 thread_t *new_thread, in thread_create_with_options_internal() 1667 thread_t *new_thread) in thread_create_immovable() 1676 thread_t *new_thread) in thread_create_from_user() 1686 thread_t *new_thread, in thread_create_with_continuation() 1702 thread_t *new_thread) in thread_create_waiting_internal() 1761 thread_t *new_thread) in main_thread_create_waiting() 1774 thread_t *new_thread, in thread_create_running_internal2() 1850 thread_t *new_thread) in thread_create_running() 1863 thread_t *new_thread) in thread_create_running_from_user() [all …]
|
| H A D | sched_rt.c | 583 thread_t new_thread = rt_runq_dequeue(&pset->rt_runq); in sched_rt_steal_thread() local 620 thread_t new_thread = SCHED(rt_steal_thread)(pset); in sched_rt_choose_thread() local 633 thread_t new_thread = rt_runq_dequeue(&pset->rt_runq); in sched_rt_choose_thread() local 1403 thread_t new_thread = qe_dequeue_head(&rt_runq->pri_queue, struct thread, runq_links); in rt_runq_dequeue() local
|
| H A D | sched_prim.c | 2214 …et_commit_processor_to_new_thread(processor_set_t pset, processor_t processor, thread_t new_thread) in pset_commit_processor_to_new_thread() 2333 thread_t new_thread = THREAD_NULL; in thread_select() local 3759 thread_t new_thread; in thread_block_reason() local 3843 thread_t new_thread) in thread_run() 6450 thread_t new_thread = thread_select(cur_thread, processor, &reason); in processor_idle() local 6492 thread_t new_thread = processor_idle(THREAD_NULL, processor); in idle_thread() local
|
| H A D | task.c | 2935 thread_t new_thread = THREAD_NULL, first_thread = THREAD_NULL; in task_duplicate_map_and_threads() local 4784 thread_t new_thread) in task_transfer_turnstile_watchports()
|
| /xnu-12377.41.6/tests/ |
| H A D | ioperf.c | 108 pthread_t new_thread; in create_thread() local
|
| /xnu-12377.41.6/tests/sched/ |
| H A D | contextswitch.c | 76 pthread_t new_thread; in make_thread() local
|
| /xnu-12377.41.6/tools/tests/zero-to-n/ |
| H A D | zero-to-n.c | 334 pthread_t new_thread; in create_churn_threads() local 477 pthread_t new_thread; in create_rt_churn_threads() local
|
| /xnu-12377.41.6/osfmk/i386/ |
| H A D | pmCPU.c | 807 machine_thread_going_on_core(__unused thread_t new_thread, in machine_thread_going_on_core()
|
| /xnu-12377.41.6/tests/ktrace/ |
| H A D | kperf_tests.c | 209 uint64_t new_thread = tp->arg2; variable
|
| /xnu-12377.41.6/tests/unit/mocks/ |
| H A D | mock_thread.c | 203 struct thread *new_thread = &new_mock_thread->th; in mock_init_new_thread() local
|
| /xnu-12377.41.6/osfmk/arm/ |
| H A D | machine_routines_common.c | 517 machine_thread_going_on_core(thread_t new_thread, in machine_thread_going_on_core()
|
| /xnu-12377.41.6/bsd/pthread/ |
| H A D | pthread_workqueue.c | 1072 thread_t *new_thread) in workq_add_new_idle_thread() 3347 thread_t new_thread = NULL; in workq_kern_threadreq_permanent_bind() local
|
| /xnu-12377.41.6/bsd/kern/ |
| H A D | kern_exec.c | 5603 thread_t new_thread = imgp->ip_new_thread; in proc_exec_switch_task() local 6865 thread_t new_thread; in exec_add_apple_strings() local
|