Searched refs:pthread_atfork (Results 1 - 14 of 14) sorted by relevance

/freebsd-10-stable/lib/libkse/thread/
H A Dthr_atfork.c36 __weak_reference(_pthread_atfork, pthread_atfork);
42 struct pthread_atfork *af;
47 if ((af = malloc(sizeof(struct pthread_atfork))) == NULL)
H A Dthr_fork.c55 struct pthread_atfork *af;
H A Dthr_private.h440 struct pthread_atfork { struct
441 TAILQ_ENTRY(pthread_atfork) qe;
1037 SCLASS TAILQ_HEAD(atfork_head, pthread_atfork) _thr_atfork_list;
/freebsd-10-stable/lib/libthr/thread/
H A Dthr_fork.c75 __weak_reference(_pthread_atfork, pthread_atfork);
82 struct pthread_atfork *af;
86 if ((af = malloc(sizeof(struct pthread_atfork))) == NULL)
106 struct pthread_atfork *af, *af1;
137 struct pthread_atfork *af;
H A Dthr_private.h79 typedef TAILQ_HEAD(atfork_head, pthread_atfork) atfork_head;
232 struct pthread_atfork { struct
233 TAILQ_ENTRY(pthread_atfork) qe;
/freebsd-10-stable/cddl/contrib/opensolaris/lib/libuutil/common/
H A Duu_misc.c249 (void) pthread_atfork(uu_lockup, uu_release, uu_release_child);
/freebsd-10-stable/include/
H A Dpthread.h146 int pthread_atfork(void (*)(void), void (*)(void), void (*)(void));
/freebsd-10-stable/lib/libkse/
H A Dkse.map23 pthread_atfork;
/freebsd-10-stable/lib/libc/include/
H A Dnamespace.h85 #define pthread_atfork _pthread_atfork macro
H A Dun-namespace.h66 #undef pthread_atfork macro
/freebsd-10-stable/lib/libc/gen/
H A DSymbol.map7 pthread_atfork;
H A D_pthread_stubs.c243 STUB_FUNC3(pthread_atfork, PJT_ATFORK, int, void *, void *, void*)
/freebsd-10-stable/share/man/man3/
H A DMakefile202 pthread_atfork.3 \
/freebsd-10-stable/contrib/jemalloc/src/
H A Djemalloc.c706 if (pthread_atfork(jemalloc_prefork, jemalloc_postfork_parent,
708 malloc_write("<jemalloc>: Error in pthread_atfork()\n");
1729 * initialization using pthread_atfork(), but of course that does no good if

Completed in 100 milliseconds