Searched refs:indirect_test (Results 1 – 2 of 2) sorted by relevance
1319 indirect_test = getattr(the_module, "test_main", None)1321 refleak = dash_R(the_module, test, indirect_test,1324 if indirect_test is not None:1325 indirect_test()1413 def dash_R(the_module, test, indirect_test, huntrleaks): argument1445 if indirect_test:1447 indirect_test()
2990 static int (*indirect_test[])(kmp_user_lock_p, variable3244 __kmp_indirect_test = indirect_test; in __kmp_init_dynamic_user_locks()