Home
last modified time | relevance | path

Searched refs:atfork3mod_func (Results 1 – 2 of 2) sorted by relevance

/glibc-2.36/sysdeps/pthread/
Dtst-atfork3.c78 int (*atfork3mod_func)(void); in do_test_generic() local
79 atfork3mod_func = xdlsym (handler, "atfork3mod_func"); in do_test_generic()
81 atfork3mod_func (); in do_test_generic()
87 handler = atfork3mod_func = NULL; in do_test_generic()
Dtst-atfork3mod.c39 int atfork3mod_func (void) in atfork3mod_func() function