xpcom/tests/TestBlockingProcess.cpp

branch
TOR_BUG_3246
changeset 7
129ffea94266
equal deleted inserted replaced
-1:000000000000 0:32bd51366c2a
1 #include <prthread.h>
2
3 int main()
4 {
5 while(1) PR_Sleep(PR_SecondsToInterval(10));
6 return 0;
7 }
8

mercurial