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

/haiku/headers/private/kernel/
H A Dthread_types.h448 int32 io_priority; // protected by fLock member in struct:BKernel::Thread
/haiku/src/system/kernel/
H A Dthread.cpp174 io_priority(-1),
1774 thread->priority, thread->io_priority);
2693 int32 priority = thread->io_priority;
2709 thread->io_priority = priority;

Completed in 99 milliseconds