Home
last modified time | relevance | path

Searched refs:pthread_atfork (Results 1 – 19 of 19) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/
A Dpthread_atfork.c59 extern int pthread_atfork (void (*prepare) (void), void (*parent) (void),
61 strong_alias (__pthread_atfork, pthread_atfork)
A DMakefile.in58 libpthread_static_SRC := pthread_atfork
/l4re-core-master/uclibc/lib/contrib/uclibc/test/nptl/
A Dtst-atfork1.c73 if (pthread_atfork (prepare1, parent1, child1) != 0) in do_test()
78 if (pthread_atfork (prepare2, parent2, child2) != 0) in do_test()
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads.old/
A Dptfork.c68 int pthread_atfork(void (*prepare)(void), in pthread_atfork() function
157 int pthread_atfork(void (*prepare)(void),
A Dlinuxthreads.texi1348 interface provides the special function @code{pthread_atfork} for installing
1355 @code{pthread_atfork} registers handler functions to be called just
1363 @code{pthread_atfork} returns 0 on success and a non-zero error code on
1370 @code{pthread_atfork} can be called several times to install several
1372 called in LIFO order (last added with @code{pthread_atfork}, first
1377 @code{pthread_atfork} fails and returns @code{ENOMEM}. Otherwise it
1380 The functions @code{fork} and @code{pthread_atfork} must not be regarded as
1382 @code{pthread_atfork} handler invoked from within @code{fork} calls
1383 @code{pthread_atfork} or @code{fork}, the behavior is undefined.
1395 To understand the purpose of @code{pthread_atfork}, recall that
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/
A Dpthread_atfork.c55 strong_alias (__pthread_atfork, pthread_atfork)
A DMakefile.in18 libpthread-static-only-routines-y = pthread_atfork.c
A DChangeLog3002 * pthread_atfork.c: Mark __dso_handle as hidden.
4651 * pthread_atfork.c: Update copyright terms including special exception
7956 * Makefile (libpthread-routines): Add pthread_atfork.
7957 (libpthread-static-only-routines): Add pthread_atfork.
9913 * Makefile (CFLAGS-pthread_atfork.c): Add -DNOT_IN_libc.
/l4re-core-master/uclibc/lib/contrib/uclibc/test/API/
A Dpthread.SUSv4.syms1 pthread_atfork
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/unix/sysv/linux/
A Dtimer_routines.c197 pthread_atfork (NULL, NULL, reset_helper_control); in __start_helper_thread()
A Dmq_notify.c202 && pthread_atfork (NULL, NULL, reset_once) != 0) in init_mq_netlink()
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/sysdeps/unix/sysv/linux/
A Dmq_notify.c200 && pthread_atfork (NULL, NULL, reset_once) != 0) in init_mq_netlink()
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/sysdeps/pthread/
A Dtimer_routines.c208 pthread_atfork (0, 0, reinit_after_fork); in __timer_init_once()
A Dpthread.h669 extern int pthread_atfork (void (*__prepare) (void),
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/pthread/
A Dtimer_routines.c209 pthread_atfork (0, 0, reinit_after_fork); in __timer_init_once()
A Dpthread.h1122 extern int pthread_atfork (void (*__prepare) (void),
/l4re-core-master/uclibc/lib/libpthread/include/
A Dpthread.h677 extern int pthread_atfork (void (*__prepare) (void),
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads.old/sysdeps/pthread/
A Dpthread.h699 extern int pthread_atfork (void (*__prepare) (void),
/l4re-core-master/uclibc/lib/contrib/uclibc/docs/
A Dpthreads_hacking.txt352 + FUNC GLOBAL DEFAULT N pthread_atfork

Completed in 46 milliseconds