Searched refs:vm_pageout_iothread_external (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/osfmk/vm/
H A Dvm_pageout.c289 static void vm_pageout_iothread_external(void);
3474 vm_pageout_iothread_external(void) function
3855 result = kernel_thread_start_priority((thread_continue_t)vm_pageout_iothread_external, NULL,
3859 panic("vm_pageout_iothread_external: create failed");

Completed in 107 milliseconds