OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SCHED_FLAG_RESET_ON_FORK
(Results
1 - 3
of
3
) sorted by null
/external/strace/xlat/
sched_flags.h
2
#if !(defined(
SCHED_FLAG_RESET_ON_FORK
) || (defined(HAVE_DECL_SCHED_FLAG_RESET_ON_FORK) && HAVE_DECL_SCHED_FLAG_RESET_ON_FORK))
3
# define
SCHED_FLAG_RESET_ON_FORK
1
14
XLAT(
SCHED_FLAG_RESET_ON_FORK
),
/bionic/libc/kernel/uapi/linux/
sched.h
52
#define
SCHED_FLAG_RESET_ON_FORK
0x01
/external/kernel-headers/original/uapi/linux/
sched.h
50
#define
SCHED_FLAG_RESET_ON_FORK
0x01
Completed in 1120 milliseconds