Home
last modified time | relevance | path

Searched refs:fork (Results 1 – 10 of 10) sorted by relevance

/third_party/ulib/musl/src/process/
A Dfork.c4 pid_t fork(void) { in fork() function
/third_party/ulib/jemalloc/test/unit/
A Dfork.c16 pid = fork(); in TEST_BEGIN()
/third_party/ulib/musl/src/misc/
A Dwordexp.c114 pid = fork(); in wordexp()
/third_party/ulib/musl/include/
A Dunistd.h77 pid_t fork(void);
/third_party/ulib/jemalloc/
A DChangeLog114 to avoid unfortunate interactions during fork(2). (@jasone)
133 - Fix fork()-related lock rank ordering reversals. These reversals were
198 - Refactor arenas array. In addition to fixing a fork-related deadlock, this
598 - Fix a locking order bug that could cause deadlock during fork if heap
675 - Fix fork(2)-related deadlocks.
748 - Fix fork-related bugs that could cause deadlock in children between fork
925 - Remove bad assertions in fork handler functions. These assertions could
A DMakefile.in164 $(srcroot)test/unit/fork.c \
/third_party/uapp/dash/src/
A Dnodes.c.pat241 // were able to invoke the subshell using a fork().
A Djobs.c942 pid = fork(); in forkshell()
/third_party/ulib/musl/
A DWHATSNEW311 - race condition in sigqueue with fork
315 - robust mutex list was not reset on fork
1044 - race conditions with signals during fork
A Dmusl-rules.mk561 $(LOCAL_DIR)/src/process/fork.c \

Completed in 16 milliseconds