Home
last modified time | relevance | path

Searched refs:TEST_CLONE_FLAGS (Results 1 – 2 of 2) sorted by relevance

/sysdeps/unix/sysv/linux/
A Dtst-getpid1.c10 #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 Dtst-getpid1-internal.c29 #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