Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/pidfd/
H A Dpidfd.h67 #ifndef PIDFD_SELF_THREAD
68 #define PIDFD_SELF_THREAD -10000 /* Current thread. */ macro
76 #define PIDFD_SELF PIDFD_SELF_THREAD
H A Dpidfd_test.c128 (void *)(intptr_t)PIDFD_SELF_THREAD)) in test_pidfd_send_signal_simple_success()
/linux/tools/perf/trace/beauty/include/uapi/linux/
H A Dfcntl.h110 #define PIDFD_SELF_THREAD -10000 /* Current thread. */ macro
/linux/include/uapi/linux/
H A Dfcntl.h122 #define PIDFD_SELF_THREAD -10000 /* Current thread. */ macro
H A Dpidfd.h55 #define PIDFD_SELF PIDFD_SELF_THREAD
/linux/kernel/
H A Dpid.c579 case PIDFD_SELF_THREAD: in pidfd_get_task()