| /xnu-11215/bsd/kern/ |
| H A D | lockdown_mode.c | 76 …kern_return_t ret = kernel_thread_start((thread_continue_t)lockdown_mode_init_async_thread, 0, &th… in lockdown_mode_init_async()
|
| H A D | tracker.c | 259 if (kernel_thread_start(tracker_gc_thread_func, NULL, in tracker_db_init()
|
| H A D | kpi_socketfilter.c | 217 kernel_thread_start(sflt_cleanup_thread, in sflt_entry_release()
|
| H A D | kern_sysctl.c | 5422 …if (kernel_thread_start(spinlock_panic_test_acquire_spinlock, NULL, &panic_spinlock_thread) != KER… 5461 …if (kernel_thread_start(simultaneous_panic_worker, (void *) &start_panic, &new_panic_thread) == KE… 5936 if (kernel_thread_start(panic_thread_test_child_spin, NULL, &child_thread) != KERN_SUCCESS) { 5941 if (kernel_thread_start(panic_thread_test_child_park, NULL, &child_thread) != KERN_SUCCESS) {
|
| /xnu-11215/bsd/net/ |
| H A D | nwk_wq.c | 55 if (kernel_thread_start(nwk_wq_thread_func, in nwk_wq_init()
|
| H A D | flowadv.c | 119 if (kernel_thread_start(flowadv_thread_func, NULL, &fadv_thread) != in flowadv_init()
|
| /xnu-11215/osfmk/tests/ |
| H A D | vfp_state_test.c | 181 retval = kernel_thread_start((thread_continue_t)vfp_state_test_thread_routine, in vfp_state_test()
|
| /xnu-11215/osfmk/kern/ |
| H A D | exclaves_log.c | 351 kern_return_t err = kernel_thread_start(log_handler, NULL, &oslog_exclaves_thread); in exclaves_oslog_init()
|
| H A D | thread.h | 1985 extern kern_return_t kernel_thread_start(
|
| /xnu-11215/bsd/security/audit/ |
| H A D | audit_worker.c | 573 kernel_thread_start((thread_continue_t)audit_worker, NULL, in audit_worker_init()
|
| /xnu-11215/bsd/nfs/ |
| H A D | nfs_upcall.c | 227 …error = kernel_thread_start(nfsrv_uc_thread, (void *)(uintptr_t)i, &nfsrv_uc_queue_tbl[nfsrv_uc_th… in nfsrv_uc_start()
|
| /xnu-11215/osfmk/console/ |
| H A D | serial_console.c | 739 kr = kernel_thread_start(log_to_console_func, NULL, &thread); in console_serial_parallel_log_tests()
|
| /xnu-11215/bsd/skywalk/lib/ |
| H A D | cuckoo_hashtable_test.c | 625 if (kernel_thread_start(cht_concurrent_ops, (void *)&chth_confs[i], in cht_concurrent_tests() 739 if (kernel_thread_start(func, NULL, &th) != KERN_SUCCESS) { in sysctl_cuckoo_test()
|
| /xnu-11215/osfmk/arm64/ |
| H A D | platform_tests.c | 477 kr = kernel_thread_start(lt_trylock_thread, func, &thread); in lt_start_trylock_thread() 661 kr = kernel_thread_start(lt_thread, func, &thread); in lt_start_lock_thread() 725 kr = kernel_thread_start(bind_type, func, &thread); in lt_start_lock_thread_with_bind() 1241 kr = kernel_thread_start(arm64_pan_test_thread, &args, &thread); in arm64_late_pan_test()
|
| /xnu-11215/osfmk/kperf/ |
| H A D | pet.c | 201 kern_return_t kr = kernel_thread_start(kppet_thread, NULL, in kppet_setup()
|
| /xnu-11215/iokit/Kernel/arm/ |
| H A D | AppleARMSMP.cpp | 250 kernel_thread_start(&cpu_boot_thread, NULL, &thread); in IOCPUInitialize()
|
| /xnu-11215/iokit/Kernel/ |
| H A D | IOWorkLoop.cpp | 180 if (KERN_SUCCESS != kernel_thread_start(cptr, this, &workThread)) { in init()
|
| H A D | IOLib.cpp | 260 result = kernel_thread_start((thread_continue_t)(void (*)(void))fcn, arg, &thread); in IOCreateThread()
|
| /xnu-11215/libkern/os/ |
| H A D | log.c | 1509 kr = kernel_thread_start(_test_log_loop, NULL, &thread[0]); in test_os_log_parallel() 1512 kr = kernel_thread_start(_test_log_loop, NULL, &thread[1]); in test_os_log_parallel()
|
| /xnu-11215/bsd/tests/ |
| H A D | copyio_tests.c | 98 kernel_thread_start(copyio_thread_call_fn, &tdata, &thread); in copyio_test_run_in_thread()
|
| /xnu-11215/iokit/Tests/ |
| H A D | Tests.cpp | 1625 kr = kernel_thread_start(&IOUserNotificationTestThread, (void *)&threadArgs, &threads[i]); in IOUserNotificationTests() 1951 kr = kernel_thread_start(&TestLockForArbitrationThread, (void *)&threadArgs, &thread); in TestLockForArbitration()
|
| /xnu-11215/bsd/skywalk/nexus/netif/ |
| H A D | nx_netif_mit.c | 257 if (kernel_thread_start(nx_netif_mit_thread_func, mit, in nx_netif_mit_init()
|
| /xnu-11215/bsd/skywalk/nexus/kpipe/ |
| H A D | nx_kpipe_loopback.c | 814 if (kernel_thread_start((thread_continue_t)func, in sysctl_kpipe_loopback_enabled()
|
| /xnu-11215/bsd/net/pktsched/ |
| H A D | pktsched_netem.c | 1338 if (kernel_thread_start(netem_output_thread_func, ne, in netem_create()
|
| /xnu-11215/bsd/skywalk/mem/ |
| H A D | skmem_test.c | 1748 if (kernel_thread_start(skmem_test_func, (void *)(uintptr_t)i, in skmem_advanced_tests() 2179 if (kernel_thread_start(func, NULL, &th) != KERN_SUCCESS) { in sysctl_skmem_test()
|