24 #define failif(cond, failmsg) \ 25 if ( cond ) { testFail(verbose, failmsg); passed = FALSE; } \ 26 else { testPass(verbose, ""); }
process test_semaphore4(bool8 verbose)
void testFail(bool8, const char *)
process test_schedule(bool8 verbose)
process test_preempt(bool8 verbose)
void testPass(bool8, const char *)
process test_semaphore2(bool8 verbose)
struct testcase testtab[]
process test_semaphore5(bool8 verbose)
process test_semaphore3(bool8 verbose)
process test_libStdio(bool8 verbose)
process test_bigargs(bool8)
process test_recursion(bool8 verbose)
void testPrint(bool8, const char *)
process test_addargs(bool8)
void testSkip(bool8, const char *)
process test_semaphore(bool8 verbose)
int32 process
プロセスの最上位レベル関数 返り値の型