Home | History | Annotate | Download | only in XenonDxe

Lines Matching refs:InfiniteWait

387   BOOLEAN               InfiniteWait;

390 InfiniteWait = TRUE;
392 InfiniteWait = FALSE;
395 while (InfiniteWait || (Timeout > 0)) {
1441 BOOLEAN InfiniteWait;
1449 InfiniteWait = TRUE;
1451 InfiniteWait = FALSE;
1454 while (InfiniteWait || (Timeout > 0)) {
1892 BOOLEAN InfiniteWait;
1900 InfiniteWait = TRUE;
1902 InfiniteWait = FALSE;
1905 while (InfiniteWait || (Timeout > 0)) {