Searched refs:test_func_t (Results 1 – 1 of 1) sorted by relevance
1340 typedef int (*test_func_t)(int, int, int, int, void (*)(uintptr_t), uintptr_t); typedef1349 test_func_t test_func; in TEST()1350 test_func = reinterpret_cast<test_func_t>(dlsym(lib_handle, "test_level_one")); in TEST()1366 test_func_t test_func; in TEST()1367 test_func = reinterpret_cast<test_func_t>(dlsym(lib_handle, "test_level_one")); in TEST()