HomeSort by: relevance | last modified time | path
    Searched refs:testf_dso_helper (Results 1 - 3 of 3) sorted by relevancy

  /src/tests/lib/libc/tls_dso/
h_tls_dynamic.c 49 void testf_dso_helper(int x, int y);
52 testf_dso_helper(int x, int y) function in typeref:typename:void
  /src/tests/lib/libc/tls/dso/
h_tls_dlopen.c 51 void testf_dso_helper(int x, int y);
54 testf_dso_helper(int x, int y) function in typeref:typename:void
  /src/tests/lib/libc/tls/
t_tls_dynamic.c 55 void testf_dso_helper(int, int);
70 testf_dso_helper(2, 2);
73 testf_dso_helper(3, 3);

Completed in 13 milliseconds