Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/clone3/
H A Dclone3_clear_sighand.c53 args.flags |= CLONE_CLEAR_SIGHAND | CLONE_SIGHAND; in test_clone3_clear_sighand()
83 args.flags = CLONE_CLEAR_SIGHAND; in test_clone3_clear_sighand()
/linux/tools/include/uapi/linux/
H A Dsched.h
/linux/tools/perf/trace/beauty/include/uapi/linux/
H A Dsched.h37 #define CLONE_CLEAR_SIGHAND (1ULL << 32) /* Clear any signal handler and reset to SIG_DFL. */ macro
/linux/kernel/
H A Dfork.c1666 if (clone_flags & CLONE_CLEAR_SIGHAND) in copy_sighand()
2966 ~(CLONE_LEGACY_FLAGS | CLONE_CLEAR_SIGHAND | in clone3_args_valid()
2978 if ((kargs->flags & (CLONE_SIGHAND | CLONE_CLEAR_SIGHAND)) == in clone3_args_valid()
2979 (CLONE_SIGHAND | CLONE_CLEAR_SIGHAND)) in clone3_args_valid()
/linux/kernel/events/
H A Dcore.c14918 (event->attr.sigtrap && (clone_flags & CLONE_CLEAR_SIGHAND))) { in inherit_task_group()