repo.or.cz
/
gecko.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bug 846687 - Set the transport as non-seekable if the server sends Accept-Ranges...
[gecko.git]
/
xpcom
/
tests
/
TestBlockingProcess.cpp
blob
0dc781eff9f3700a9886331d10246ac26c025867
1
#include <prthread.h>
2
3
int
main
()
4
{
5
while
(
1
)
PR_Sleep
(
PR_SecondsToInterval
(
10
));
6
return
0
;
7
}
8