Searched refs:_rtld_atfork_pre (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/libexec/rtld-elf/
H A Drtld_lock.h70 void _rtld_atfork_pre(int *) __exported;
H A Drtld_lock.c59 void _rtld_atfork_pre(int *) __exported;
448 _rtld_atfork_pre(int *locks) function
460 * _rtld_atfork_pre() must provide the working implementation
/freebsd-13-stable/lib/libc/gen/
H A Ddlfcn.c53 void _rtld_atfork_pre(int *);
239 #pragma weak _rtld_atfork_pre macro
241 _rtld_atfork_pre(int *locks __unused) function
/freebsd-13-stable/lib/libthr/thread/
H A Dthr_fork.c195 _rtld_atfork_pre(rtld_locks);
H A Dthr_rtld.c248 * call _rtld_atfork_pre() and _rtld_atfork_post() with NULL
257 _rtld_atfork_pre(NULL);

Completed in 98 milliseconds