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

/vbox/src/VBox/Main/glue/
H A DNativeEventQueue.cpp338 struct timeval *ptv; local
340 ptv = NULL;
345 ptv = &tv;
348 int rc = select(fd + 1, &fdsetR, NULL, &fdsetE, ptv);

Completed in 43 milliseconds