HomeSort by: relevance | last modified time | path
    Searched defs:testf_helper (Results 1 - 4 of 4) sorted by relevancy

  /src/tests/lib/libc/tls/
t_tls_static_helper.c 46 void testf_helper(void);
49 testf_helper(void) function in typeref:typename:void
t_tls_static_helper.c 46 void testf_helper(void);
49 testf_helper(void) function in typeref:typename:void
t_tls_dlopen.c 56 void (*testf_helper)(int, int); variable in typeref:typename:void (*)(int,int)
71 testf_helper(2, 2);
74 testf_helper(3, 3);
94 testf_helper = dlsym(handle, "testf_dso_helper");
95 ATF_REQUIRE(testf_helper != NULL);
t_tls_dlopen.c 56 void (*testf_helper)(int, int); variable in typeref:typename:void (*)(int,int)
71 testf_helper(2, 2);
74 testf_helper(3, 3);
94 testf_helper = dlsym(handle, "testf_dso_helper");
95 ATF_REQUIRE(testf_helper != NULL);

Completed in 28 milliseconds