Home
last modified time | relevance | path

Searched refs:xclone (Results 1 – 6 of 6) sorted by relevance

/glibc-2.36/support/
Dxsched.h28 pid_t xclone (int (*fn) (void *arg), void *arg, void *stack,
Dxclone.c25 xclone (int (*fn) (void *arg), void *arg, void *stack, size_t stack_size, in xclone() function
DMakefile114 xclone \
/glibc-2.36/io/
Dtst-close_range.c143 pid_t pid = xclone (close_range_test_fn, (void*) (uintptr_t) lowfd, in close_range_test_subprocess()
185 pid_t pid = xclone (close_range_unshare_test_fn, (void*) (uintptr_t) lowfd, in close_range_unshare_test()
/glibc-2.36/sysdeps/unix/sysv/linux/
Dtst-getcwd-smallbuff.c210 pid_t child_pid = xclone (child_func, NULL, child_stack, in do_test()
/glibc-2.36/ChangeLog.old/
DChangeLog.238353 support: Fix xclone build failures on ia64 and hppa
8355 * support/xclone.c: Modified.
8356 (xclone): Modified function.
8472 support: Add xclone
8475 * support/xclone.c: New file.