예제 #1
0
int abort_tests(Thread * Self) {
    printf("STARTING ABORT TESTS\n");

    printf("test_abort_1 started\n");
    test_abort_1(Self);
    printf("test_abort_1 finished\n\n");

    printf("test_abort_2 started\n");
    test_abort_2(Self);
    printf("test_abort_2 finished\n\n");

    printf("test_abort_3 started\n");
    test_abort_3(Self);
    printf("test_abort_3 finished\n\n");

    return 1;
}
예제 #2
0
void test_abort_2() { test_abort_1(); }