Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1377 → Rev 1607

/demos/trunk/base/condtest.c
34,7 → 34,7
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
*
* CVS : $Id: condtest.c,v 1.2 2004-04-17 11:36:13 giacomo Exp $
* CVS : $Id: condtest.c,v 1.3 2005-01-08 14:31:38 pj Exp $
 
This test verify the correctness of the condition variables.
(... it doesn't test all...)
202,7 → 202,7
sys_gettime(&t);
} while (t.tv_sec < 10);
sys_end();
exit(1);
 
return 0;