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

/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dvm_pageout.c277 static void vm_pageout_iothread_external(void);
2238 vm_pageout_iothread_external(void) function
2375 result = kernel_thread_start_priority((thread_continue_t)vm_pageout_iothread_external, NULL,
2379 panic("vm_pageout_iothread_external: create failed");

Completed in 65 milliseconds