OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CSIGNAL
(Results
51 - 56
of
56
) sorted by null
1
2
3
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
sched.h
39
# define
CSIGNAL
0x000000ff /* Signal mask to be sent at exit. */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
sched.h
39
# define
CSIGNAL
0x000000ff /* Signal mask to be sent at exit. */
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/plat-linux2/
TYPES.py
87
CSIGNAL
= 0x000000ff
IN.py
185
CSIGNAL
= 0x000000ff
/external/strace/
process.c
544
#define
CSIGNAL
0x000000ff /* signal mask to be sent at exit */
645
if (!printflags(clone_flags, flags &~
CSIGNAL
, NULL))
647
if ((flags &
CSIGNAL
) != 0)
648
tprintf("%s%s", sep, signame(flags &
CSIGNAL
));
[
all
...]
/external/kernel-headers/original/linux/
sched.h
9
#define
CSIGNAL
0x000000ff /* signal mask to be sent at exit */
[
all
...]
Completed in 68 milliseconds
1
2
3