Home
last modified time | relevance | path

Searched refs:PIDFD_SELF_THREAD_GROUP (Results 1 – 6 of 6) sorted by relevance

/linux/tools/testing/selftests/pidfd/
H A Dpidfd.h71 #ifndef PIDFD_SELF_THREAD_GROUP
72 #define PIDFD_SELF_THREAD_GROUP -10001 /* Current thread group leader. */ macro
80 #define PIDFD_SELF_PROCESS PIDFD_SELF_THREAD_GROUP
H A Dpidfd_test.c117 err = send_signal(PIDFD_SELF_THREAD_GROUP); in test_pidfd_send_signal_simple_success()
/linux/tools/perf/trace/beauty/include/uapi/linux/
H A Dfcntl.h111 #define PIDFD_SELF_THREAD_GROUP -10001 /* Current thread group leader. */ macro
/linux/include/uapi/linux/
H A Dfcntl.h123 #define PIDFD_SELF_THREAD_GROUP -10001 /* Current thread group leader. */ macro
H A Dpidfd.h56 #define PIDFD_SELF_PROCESS PIDFD_SELF_THREAD_GROUP
/linux/kernel/
H A Dpid.c583 case PIDFD_SELF_THREAD_GROUP: in pidfd_get_task()