This website requires JavaScript.
Explore
Help
Sign In
wine
/
gecko
Watch
0
Star
0
Fork
0
You've already forked gecko
mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced
2024-09-13 09:24:08 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
c404be3c4f
gecko
/
xpcom
/
tests
/
TestBlockingProcess.cpp
9 lines
101 B
C++
Raw
Normal View
History
Unescape
Escape
Bug 543438 - TestBlockingProcess relies on stdin to "block". r=dtownsend
2010-03-24 02:19:14 -07:00
#
include
<prthread.h>
Improve nsIProcess, fix nsIProcess.kill(). b=442393 r=bsmedberg
2009-03-09 09:47:39 -07:00
int
main
(
)
{
Bug 543438 - TestBlockingProcess relies on stdin to "block". r=dtownsend
2010-03-24 02:19:14 -07:00
while
(
1
)
PR_Sleep
(
PR_SecondsToInterval
(
10
)
)
;
Improve nsIProcess, fix nsIProcess.kill(). b=442393 r=bsmedberg
2009-03-09 09:47:39 -07:00
return
0
;
}
Reference in New Issue
Copy Permalink