xpcom/tests/TestBlockingProcess.cpp

changeset 0
6474c204b198
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