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

/haiku/src/system/kernel/
H A DDPC.cpp20 static DPCQueue sHighPriorityQueue; variable
106 return &sHighPriorityQueue;
319 new(&sHighPriorityQueue) DPCQueue;
324 || sHighPriorityQueue.Init("dpc: high priority", HIGH_PRIORITY,

Completed in 31 milliseconds