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

/freebsd-12-stable/libexec/rtld-elf/
H A Drtld_lock.h50 extern void _rtld_atfork_pre(int *) __exported;
H A Drtld_lock.c57 void _rtld_atfork_pre(int *) __exported;
375 _rtld_atfork_pre(int *locks) function
387 * _rtld_atfork_pre() must provide the working implementation
/freebsd-12-stable/lib/libc/gen/
H A Ddlfcn.c52 void _rtld_atfork_pre(int *);
236 #pragma weak _rtld_atfork_pre macro
238 _rtld_atfork_pre(int *locks __unused) function
/freebsd-12-stable/lib/libthr/thread/
H A Dthr_fork.c195 _rtld_atfork_pre(rtld_locks);
H A Dthr_rtld.c219 * call _rtld_atfork_pre() and _rtld_atfork_post() with NULL
228 _rtld_atfork_pre(NULL);

Completed in 112 milliseconds