Searched refs:pthread_atfork (Results 1 – 19 of 19) sorted by relevance
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/ |
A D | pthread_atfork.c | 59 extern int pthread_atfork (void (*prepare) (void), void (*parent) (void), 61 strong_alias (__pthread_atfork, pthread_atfork)
|
A D | Makefile.in | 58 libpthread_static_SRC := pthread_atfork
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/nptl/ |
A D | tst-atfork1.c | 73 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 D | ptfork.c | 68 int pthread_atfork(void (*prepare)(void), in pthread_atfork() function 157 int pthread_atfork(void (*prepare)(void),
|
A D | linuxthreads.texi | 1348 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 D | pthread_atfork.c | 55 strong_alias (__pthread_atfork, pthread_atfork)
|
A D | Makefile.in | 18 libpthread-static-only-routines-y = pthread_atfork.c
|
A D | ChangeLog | 3002 * 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 D | pthread.SUSv4.syms | 1 pthread_atfork
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/unix/sysv/linux/ |
A D | timer_routines.c | 197 pthread_atfork (NULL, NULL, reset_helper_control); in __start_helper_thread()
|
A D | mq_notify.c | 202 && 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 D | mq_notify.c | 200 && pthread_atfork (NULL, NULL, reset_once) != 0) in init_mq_netlink()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/sysdeps/pthread/ |
A D | timer_routines.c | 208 pthread_atfork (0, 0, reinit_after_fork); in __timer_init_once()
|
A D | pthread.h | 669 extern int pthread_atfork (void (*__prepare) (void),
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/pthread/ |
A D | timer_routines.c | 209 pthread_atfork (0, 0, reinit_after_fork); in __timer_init_once()
|
A D | pthread.h | 1122 extern int pthread_atfork (void (*__prepare) (void),
|
/l4re-core-master/uclibc/lib/libpthread/include/ |
A D | pthread.h | 677 extern int pthread_atfork (void (*__prepare) (void),
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads.old/sysdeps/pthread/ |
A D | pthread.h | 699 extern int pthread_atfork (void (*__prepare) (void),
|
/l4re-core-master/uclibc/lib/contrib/uclibc/docs/ |
A D | pthreads_hacking.txt | 352 + FUNC GLOBAL DEFAULT N pthread_atfork
|
Completed in 46 milliseconds