Searched refs:CLONE_CLEAR_SIGHAND (Results 1 – 3 of 3) sorted by relevance
19 #ifndef CLONE_CLEAR_SIGHAND20 #define CLONE_CLEAR_SIGHAND 0x100000000ULL macro57 args.flags |= CLONE_CLEAR_SIGHAND | CLONE_SIGHAND; in test_clone3_clear_sighand()87 args.flags = CLONE_CLEAR_SIGHAND; in test_clone3_clear_sighand()
37 #define CLONE_CLEAR_SIGHAND 0x100000000ULL /* Clear any signal handler and reset to SIG_DFL. */ macro
1234 #ifdef CLONE_CLEAR_SIGHAND1235 { "CLONE_CLEAR_SIGHAND", (unsigned long) CLONE_CLEAR_SIGHAND },