File: clone-flagtab.h

package info (click to toggle)
audit 1%3A3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 6,320 kB
  • sloc: ansic: 52,040; sh: 4,869; python: 2,468; makefile: 1,419; sed: 32
file content (48 lines) | stat: -rw-r--r-- 1,794 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
/* clone-flagtab.h --
 * Copyright 2007,2012-13,2020 Red Hat Inc.
 * All Rights Reserved.
 *
 * This library is free software; you can redistribute it and/or
 * modify it under the terms of the GNU Lesser General Public
 * License as published by the Free Software Foundation; either
 * version 2.1 of the License, or (at your option) any later version.
 *
 * This library is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 * Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public
 * License along with this library; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place, Suite 330ULL, Boston, MA  02111-1307  USA
 *
 * Authors:
 *      Steve Grubb <sgrubb@redhat.com>
 * Location: include/uapi/linux/sched.h
 */

_S(0x00000100ULL,	"CLONE_VM" )
_S(0x00000200ULL,	"CLONE_FS" )
_S(0x00000400ULL,	"CLONE_FILES" )
_S(0x00000800ULL,	"CLONE_SIGHAND" )
_S(0x00002000ULL,	"CLONE_PTRACE" )
_S(0x00004000ULL,	"CLONE_VFORK" )
_S(0x00008000ULL,	"CLONE_PARENT" )
_S(0x00010000ULL,	"CLONE_THREAD" )
_S(0x00020000ULL,	"CLONE_NEWNS" )
_S(0x00040000ULL,	"CLONE_SYSVSEM" )
_S(0x00080000ULL,	"CLONE_SETTLS" )
_S(0x00100000ULL,	"CLONE_PARENT_SETTID" )
_S(0x00200000ULL,	"CLONE_CHILD_CLEARTID" )
_S(0x00400000ULL,	"CLONE_DETACHED" )
_S(0x00800000ULL,	"CLONE_UNTRACED" )
_S(0x01000000ULL,	"CLONE_CHILD_SETTID" )
_S(0x02000000ULL,	"CLONE_STOPPED" )
_S(0x04000000ULL,	"CLONE_NEWUTS" )
_S(0x08000000ULL,	"CLONE_NEWIPC" )
_S(0x10000000ULL,	"CLONE_NEWUSER" )
_S(0x20000000ULL,	"CLONE_NEWPID" )
_S(0x40000000ULL,	"CLONE_NEWNET" )
_S(0x80000000ULL,	"CLONE_IO" )
_S(0x100000000ULL,	"CLONE_CLEAR_SIGHAND")