Searched refs:atfork3mod_func (Results 1 – 2 of 2) sorted by relevance
78 int (*atfork3mod_func)(void); in do_test_generic() local79 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()
39 int atfork3mod_func (void) in atfork3mod_func() function