https://github.com/mozilla/gecko-dev
Raw File
Tip revision: c9ddaa7678d3312384a5025f0812b34fe527d83a authored by tbirdbld on 24 September 2014, 04:53:11 UTC
Automated checkin: version bump for thunderbird 24.8.1 release. DONTBUILD CLOSED TREE a=release
Tip revision: c9ddaa7
TestBlockingProcess.cpp
#include <prthread.h>
 
int main()
{
   while(1) PR_Sleep(PR_SecondsToInterval(10));
   return 0;
}

back to top