Symbol: CLONE_TEST
tests/lib/libc/sys/t_ptrace_clone_wait.h
239
CLONE_TEST(clone2, 0, true, false, false)
tests/lib/libc/sys/t_ptrace_clone_wait.h
240
CLONE_TEST(clone3, 0, false, true, false)
tests/lib/libc/sys/t_ptrace_clone_wait.h
241
CLONE_TEST(clone4, 0, true, true, false)
tests/lib/libc/sys/t_ptrace_clone_wait.h
243
CLONE_TEST(clone5, 0, false, false, true)
tests/lib/libc/sys/t_ptrace_clone_wait.h
245
CLONE_TEST(clone6, 0, true, false, true)
tests/lib/libc/sys/t_ptrace_clone_wait.h
246
CLONE_TEST(clone7, 0, false, true, true)
tests/lib/libc/sys/t_ptrace_clone_wait.h
247
CLONE_TEST(clone8, 0, true, true, true)
tests/lib/libc/sys/t_ptrace_clone_wait.h
250
CLONE_TEST(clone_vm1, CLONE_VM, false, false, false)
tests/lib/libc/sys/t_ptrace_clone_wait.h
252
CLONE_TEST(clone_vm2, CLONE_VM, true, false, false)
tests/lib/libc/sys/t_ptrace_clone_wait.h
253
CLONE_TEST(clone_vm3, CLONE_VM, false, true, false)
tests/lib/libc/sys/t_ptrace_clone_wait.h
254
CLONE_TEST(clone_vm4, CLONE_VM, true, true, false)
tests/lib/libc/sys/t_ptrace_clone_wait.h
256
CLONE_TEST(clone_vm5, CLONE_VM, false, false, true)
tests/lib/libc/sys/t_ptrace_clone_wait.h
258
CLONE_TEST(clone_vm6, CLONE_VM, true, false, true)
tests/lib/libc/sys/t_ptrace_clone_wait.h
259
CLONE_TEST(clone_vm7, CLONE_VM, false, true, true)
tests/lib/libc/sys/t_ptrace_clone_wait.h
260
CLONE_TEST(clone_vm8, CLONE_VM, true, true, true)
tests/lib/libc/sys/t_ptrace_clone_wait.h
263
CLONE_TEST(clone_fs1, CLONE_FS, false, false, false)
tests/lib/libc/sys/t_ptrace_clone_wait.h
265
CLONE_TEST(clone_fs2, CLONE_FS, true, false, false)
tests/lib/libc/sys/t_ptrace_clone_wait.h
266
CLONE_TEST(clone_fs3, CLONE_FS, false, true, false)
tests/lib/libc/sys/t_ptrace_clone_wait.h
267
CLONE_TEST(clone_fs4, CLONE_FS, true, true, false)
tests/lib/libc/sys/t_ptrace_clone_wait.h
269
CLONE_TEST(clone_fs5, CLONE_FS, false, false, true)
tests/lib/libc/sys/t_ptrace_clone_wait.h
271
CLONE_TEST(clone_fs6, CLONE_FS, true, false, true)
tests/lib/libc/sys/t_ptrace_clone_wait.h
272
CLONE_TEST(clone_fs7, CLONE_FS, false, true, true)
tests/lib/libc/sys/t_ptrace_clone_wait.h
273
CLONE_TEST(clone_fs8, CLONE_FS, true, true, true)
tests/lib/libc/sys/t_ptrace_clone_wait.h
276
CLONE_TEST(clone_files1, CLONE_FILES, false, false, false)
tests/lib/libc/sys/t_ptrace_clone_wait.h
278
CLONE_TEST(clone_files2, CLONE_FILES, true, false, false)
tests/lib/libc/sys/t_ptrace_clone_wait.h
279
CLONE_TEST(clone_files3, CLONE_FILES, false, true, false)
tests/lib/libc/sys/t_ptrace_clone_wait.h
280
CLONE_TEST(clone_files4, CLONE_FILES, true, true, false)
tests/lib/libc/sys/t_ptrace_clone_wait.h
282
CLONE_TEST(clone_files5, CLONE_FILES, false, false, true)
tests/lib/libc/sys/t_ptrace_clone_wait.h
284
CLONE_TEST(clone_files6, CLONE_FILES, true, false, true)
tests/lib/libc/sys/t_ptrace_clone_wait.h
285
CLONE_TEST(clone_files7, CLONE_FILES, false, true, true)
tests/lib/libc/sys/t_ptrace_clone_wait.h
286
CLONE_TEST(clone_files8, CLONE_FILES, true, true, true)
tests/lib/libc/sys/t_ptrace_clone_wait.h
302
CLONE_TEST(clone_vfork1, CLONE_VFORK, false, false, false)
tests/lib/libc/sys/t_ptrace_clone_wait.h
304
CLONE_TEST(clone_vfork2, CLONE_VFORK, true, false, false)
tests/lib/libc/sys/t_ptrace_clone_wait.h
305
CLONE_TEST(clone_vfork3, CLONE_VFORK, false, true, false)
tests/lib/libc/sys/t_ptrace_clone_wait.h
306
CLONE_TEST(clone_vfork4, CLONE_VFORK, true, true, false)
tests/lib/libc/sys/t_ptrace_clone_wait.h
308
CLONE_TEST(clone_vfork5, CLONE_VFORK, false, false, true)
tests/lib/libc/sys/t_ptrace_clone_wait.h
310
CLONE_TEST(clone_vfork6, CLONE_VFORK, true, false, true)
tests/lib/libc/sys/t_ptrace_clone_wait.h
311
CLONE_TEST(clone_vfork7, CLONE_VFORK, false, true, true)
tests/lib/libc/sys/t_ptrace_clone_wait.h
312
CLONE_TEST(clone_vfork8, CLONE_VFORK, true, true, true)