Home
last modified time | relevance | path

Searched refs:kernel_thread_start (Results 1 – 25 of 43) sorted by relevance

12

/xnu-11215/bsd/kern/
H A Dlockdown_mode.c76 …kern_return_t ret = kernel_thread_start((thread_continue_t)lockdown_mode_init_async_thread, 0, &th… in lockdown_mode_init_async()
H A Dtracker.c259 if (kernel_thread_start(tracker_gc_thread_func, NULL, in tracker_db_init()
H A Dkpi_socketfilter.c217 kernel_thread_start(sflt_cleanup_thread, in sflt_entry_release()
H A Dkern_sysctl.c5422 …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 Dnwk_wq.c55 if (kernel_thread_start(nwk_wq_thread_func, in nwk_wq_init()
H A Dflowadv.c119 if (kernel_thread_start(flowadv_thread_func, NULL, &fadv_thread) != in flowadv_init()
/xnu-11215/osfmk/tests/
H A Dvfp_state_test.c181 retval = kernel_thread_start((thread_continue_t)vfp_state_test_thread_routine, in vfp_state_test()
/xnu-11215/osfmk/kern/
H A Dexclaves_log.c351 kern_return_t err = kernel_thread_start(log_handler, NULL, &oslog_exclaves_thread); in exclaves_oslog_init()
H A Dthread.h1985 extern kern_return_t kernel_thread_start(
/xnu-11215/bsd/security/audit/
H A Daudit_worker.c573 kernel_thread_start((thread_continue_t)audit_worker, NULL, in audit_worker_init()
/xnu-11215/bsd/nfs/
H A Dnfs_upcall.c227 …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 Dserial_console.c739 kr = kernel_thread_start(log_to_console_func, NULL, &thread); in console_serial_parallel_log_tests()
/xnu-11215/bsd/skywalk/lib/
H A Dcuckoo_hashtable_test.c625 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 Dplatform_tests.c477 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 Dpet.c201 kern_return_t kr = kernel_thread_start(kppet_thread, NULL, in kppet_setup()
/xnu-11215/iokit/Kernel/arm/
H A DAppleARMSMP.cpp250 kernel_thread_start(&cpu_boot_thread, NULL, &thread); in IOCPUInitialize()
/xnu-11215/iokit/Kernel/
H A DIOWorkLoop.cpp180 if (KERN_SUCCESS != kernel_thread_start(cptr, this, &workThread)) { in init()
H A DIOLib.cpp260 result = kernel_thread_start((thread_continue_t)(void (*)(void))fcn, arg, &thread); in IOCreateThread()
/xnu-11215/libkern/os/
H A Dlog.c1509 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 Dcopyio_tests.c98 kernel_thread_start(copyio_thread_call_fn, &tdata, &thread); in copyio_test_run_in_thread()
/xnu-11215/iokit/Tests/
H A DTests.cpp1625 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 Dnx_netif_mit.c257 if (kernel_thread_start(nx_netif_mit_thread_func, mit, in nx_netif_mit_init()
/xnu-11215/bsd/skywalk/nexus/kpipe/
H A Dnx_kpipe_loopback.c814 if (kernel_thread_start((thread_continue_t)func, in sysctl_kpipe_loopback_enabled()
/xnu-11215/bsd/net/pktsched/
H A Dpktsched_netem.c1338 if (kernel_thread_start(netem_output_thread_func, ne, in netem_create()
/xnu-11215/bsd/skywalk/mem/
H A Dskmem_test.c1748 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()

12