OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pthread_atfork
(Results
1 - 8
of
8
) sorted by relevancy
/src/lib/libc/gen/
pthread_atfork.c
1
/* $NetBSD:
pthread_atfork
.c,v 1.28 2025/05/06 23:18:27 riastradh Exp $ */
34
__RCSID("$NetBSD:
pthread_atfork
.c,v 1.28 2025/05/06 23:18:27 riastradh Exp $");
52
__weak_alias(
pthread_atfork
, _pthread_atfork)
88
* can also call
pthread_atfork
() from their own constructors, so this is not
100
* write-locked by
pthread_atfork
() and read-locked by fork(), but
169
pthread_atfork
(void (*prepare)(void), void (*parent)(void),
function in typeref:typename:int
291
* too, since the intended use of
pthread_atfork
() is
Makefile.inc
27
posix_spawn_fileactions.c posix_spawnp.c psignal.c
pthread_atfork
.c \
84
psignal.3 pwcache.3
pthread_atfork
.3 \
arc4random.c
650
* Set up a
pthread_atfork
handler to lock the global state
657
if (
pthread_atfork
(&arc4random_atfork_prepare,
700
* on-stack PRNG, in the unlikely event that
pthread_atfork
/src/include/
unistd.h
219
int
pthread_atfork
(void (*)(void), void (*)(void), void (*)(void));
/src/lib/libpthread/
pthread_tsd.c
93
* This
pthread_atfork
() call will not call malloc, since it
96
pthread_atfork
(pthread_tsd_prefork, pthread_tsd_postfork,
pthread.h
46
int
pthread_atfork
(void (*)(void), void (*)(void), void (*)(void));
pthread.c
303
pthread_atfork
(pthread__prefork, pthread__fork_parent, pthread__fork_child);
/src/lib/libc/include/
namespace.h
576
#define
pthread_atfork
_pthread_atfork
macro
Completed in 16 milliseconds
Indexes created Sat Oct 11 14:09:46 GMT 2025