Searched refs:test_function (Results 1 – 7 of 7) sorted by relevance
26 int run_test(int (test_function)(void), char *name) in run_test()38 exit(test_function()); in run_test()97 int test_harness(int (test_function)(void), char *name) in test_harness()110 rc = run_test(test_function, name); in test_harness()
22 int test_harness(int (test_function)(void), char *name);
32 static int test_function(void) in test_function() function84 pe.bp_addr = (unsigned long) test_function; in test__bp_signal_overflow()110 test_function(); in test__bp_signal_overflow()
35 static int test_function(void) in test_function() function155 fd1 = bp_event(test_function, 1); in test__bp_signal()165 test_function(); in test__bp_signal()
142 pid_t eat_cpu(int (test_function)(void)) in eat_cpu()169 rc = test_function(); in eat_cpu()
30 extern pid_t eat_cpu(int (test_function)(void));
713 static int test_mlockall(int (test_function)(bool call_mlock)) in test_mlockall()722 ret = test_function(false); in test_mlockall()