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

/macosx-10.9.5/xnu-2422.115.4/osfmk/vm/
H A Dvm_pageout.c297 static thread_t vm_pageout_internal_iothread = THREAD_NULL; variable
2841 if ((vm_pageout_internal_iothread != THREAD_NULL)
3047 if (vm_pageout_internal_iothread != THREAD_NULL)
3962 result = kernel_thread_start_priority((thread_continue_t)vm_pageout_iothread_internal, (void *)&ciq[i], BASEPRI_PREEMPT - 1, &vm_pageout_internal_iothread);
3964 thread_deallocate(vm_pageout_internal_iothread);

Completed in 124 milliseconds