Searched refs:test_cache (Results 1 – 3 of 3) sorted by relevance
23 int test_cache(int *);30 int (*test_cache) (int *); in do_test() local39 test_cache = dlsym (handle, "test_cache"); in do_test()40 if (test_cache == NULL) in do_test()46 ret = test_cache(&errno); in do_test()48 test_cache = NULL; in do_test()
21 int test_cache(int *);26 return test_cache(&errno); in do_test()
28 test_cache (int *errnop) in test_cache() function
Completed in 8 milliseconds