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

/freebsd-10.3-release/libexec/rtld-elf/
H A Drtld_lock.h48 extern void _rtld_atfork_pre(int *) __exported;
H A Drtld_lock.c55 void _rtld_atfork_pre(int *) __exported;
368 _rtld_atfork_pre(int *locks) function
379 * The caller of the _rtld_atfork_pre() must provide the
/freebsd-10.3-release/lib/libc/gen/
H A Ddlfcn.c203 #pragma weak _rtld_atfork_pre macro
205 _rtld_atfork_pre(int *locks) function
/freebsd-10.3-release/lib/libthr/thread/
H A Dthr_fork.c171 _rtld_atfork_pre(rtld_locks);
H A Dthr_rtld.c217 * call _rtld_atfork_pre() and _rtld_atfork_post() with NULL
226 _rtld_atfork_pre(NULL);

Completed in 137 milliseconds