Searched defs:NanoMaxDelay (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/VMM/VMMAll/
H A DPDMAllQueue.cpp133 * @param NanoMaxDelay The maximum delay before processing the queue, in nanoseconds.
137 VMMDECL(void) PDMQueueInsertEx(PPDMQUEUE pQueue, PPDMQUEUEITEMCORE pItem, uint64_t NanoMaxDelay) argument
139 NOREF(NanoMaxDelay);
144 if (NanoMaxDelay)

Completed in 41 milliseconds