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

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dbug1test.c100 PRIntervalTime fiveSecs = PR_SecondsToInterval(5); local
106 PR_Wait (gMonitor, fiveSecs);
143 PRIntervalTime fiveSecs = PR_SecondsToInterval(5); local
149 PR_Wait (gMonitor, fiveSecs);
225 PRIntervalTime fiveSecs = PR_SecondsToInterval(5); local
226 PR_Sleep (fiveSecs); // get out of the way

Completed in 42 milliseconds