change prepare worker to use fork instead of threads (#1685)

Co-authored-by: Marcin S <marcin@realemail.net>
This commit is contained in:
jserrat
2023-11-14 14:50:18 -03:00
committed by GitHub
parent 3a87390b30
commit 54f84285bf
24 changed files with 1468 additions and 534 deletions
@@ -16,6 +16,7 @@
16 (ioctl)
19 (readv)
20 (writev)
22 (pipe)
24 (sched_yield)
25 (mremap)
28 (madvise)
@@ -25,7 +26,9 @@
45 (recvfrom)
46 (sendmsg)
56 (clone)
57 (fork)
60 (exit)
61 (wait4)
62 (kill)
72 (fcntl)
79 (getcwd)
@@ -36,6 +39,7 @@
89 (readlink)
96 (gettimeofday)
97 (getrlimit)
98 (getrusage)
99 (sysinfo)
102 (getuid)
110 (getppid)
@@ -47,6 +51,7 @@
158 (arch_prctl)
165 (mount)
166 (umount2)
186 (gettid)
200 (tkill)
202 (futex)
204 (sched_getaffinity)
@@ -60,6 +65,7 @@
263 (unlinkat)
272 (unshare)
273 (set_robust_list)
293 (pipe2)
302 (prlimit64)
318 (getrandom)
319 (memfd_create)