comparison: xpcom/tests/TestBlockingProcess.cpp
xpcom/tests/TestBlockingProcess.cpp
- branch
- TOR_BUG_9701
- changeset 15
- b8a032363ba2
equal
deleted
inserted
replaced
|
1 #include <prthread.h> |
|
2 |
|
3 int main() |
|
4 { |
|
5 while(1) PR_Sleep(PR_SecondsToInterval(10)); |
|
6 return 0; |
|
7 } |
|
8 |