Home
last modified time | relevance | path

Searched refs:CLONE_CLEAR_SIGHAND (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/tools/testing/selftests/clone3/
H A Dclone3_clear_sighand.c19 #ifndef CLONE_CLEAR_SIGHAND
20 #define CLONE_CLEAR_SIGHAND 0x100000000ULL macro
57 args.flags |= CLONE_CLEAR_SIGHAND | CLONE_SIGHAND; in test_clone3_clear_sighand()
87 args.flags = CLONE_CLEAR_SIGHAND; in test_clone3_clear_sighand()
/openbmc/linux/include/uapi/linux/
H A Dsched.h37 #define CLONE_CLEAR_SIGHAND 0x100000000ULL /* Clear any signal handler and reset to SIG_DFL. */ macro
/openbmc/linux/tools/include/uapi/linux/
H A Dsched.h37 #define CLONE_CLEAR_SIGHAND 0x100000000ULL /* Clear any signal handler and reset to SIG_DFL. */ macro
/openbmc/linux/kernel/
H A Dfork.c1815 if (clone_flags & CLONE_CLEAR_SIGHAND) in copy_sighand()
3156 ~(CLONE_LEGACY_FLAGS | CLONE_CLEAR_SIGHAND | CLONE_INTO_CGROUP)) in clone3_args_valid()
3166 if ((kargs->flags & (CLONE_SIGHAND | CLONE_CLEAR_SIGHAND)) == in clone3_args_valid()
3167 (CLONE_SIGHAND | CLONE_CLEAR_SIGHAND)) in clone3_args_valid()
/openbmc/linux/kernel/events/
H A Dcore.c13527 (event->attr.sigtrap && (clone_flags & CLONE_CLEAR_SIGHAND))) { in inherit_task_group()