Searched refs:TEST_CLONE_FLAGS (Results 1 – 2 of 2) sorted by relevance
/sysdeps/unix/sysv/linux/ |
A D | tst-getpid1.c | 10 #ifndef TEST_CLONE_FLAGS 11 #define TEST_CLONE_FLAGS 0 macro 49 pid_t p = __clone2 (f, st, sizeof (st), TEST_CLONE_FLAGS, 0); in do_test() 53 pid_t p = clone (f, st + sizeof (st), TEST_CLONE_FLAGS, 0); in do_test() 55 pid_t p = clone (f, st, TEST_CLONE_FLAGS, 0); in do_test()
|
A D | tst-getpid1-internal.c | 29 #ifndef TEST_CLONE_FLAGS 30 #define TEST_CLONE_FLAGS 0 macro 71 .flags = TEST_CLONE_FLAGS & ~CSIGNAL, in do_test() 72 .exit_signal = TEST_CLONE_FLAGS & CSIGNAL, in do_test()
|
Completed in 3 milliseconds