• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /*
2  * This file is auto-generated. Modifications will be lost.
3  *
4  * See https://android.googlesource.com/platform/bionic/+/master/libc/kernel/
5  * for more information.
6  */
7 #ifndef _UAPI_LINUX_PIDFD_H
8 #define _UAPI_LINUX_PIDFD_H
9 #include <linux/types.h>
10 #include <linux/fcntl.h>
11 #define PIDFD_NONBLOCK O_NONBLOCK
12 #define PIDFD_THREAD O_EXCL
13 #define PIDFD_SIGNAL_THREAD (1UL << 0)
14 #define PIDFD_SIGNAL_THREAD_GROUP (1UL << 1)
15 #define PIDFD_SIGNAL_PROCESS_GROUP (1UL << 2)
16 #endif
17