Searched refs:xclone (Results 1 – 6 of 6) sorted by relevance
/glibc-2.36/support/ |
D | xsched.h | 28 pid_t xclone (int (*fn) (void *arg), void *arg, void *stack,
|
D | xclone.c | 25 xclone (int (*fn) (void *arg), void *arg, void *stack, size_t stack_size, in xclone() function
|
D | Makefile | 114 xclone \
|
/glibc-2.36/io/ |
D | tst-close_range.c | 143 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/ |
D | tst-getcwd-smallbuff.c | 210 pid_t child_pid = xclone (child_func, NULL, child_stack, in do_test()
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.23 | 8353 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.
|