OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SI_ASYNCNL
(Results
1 - 5
of
5
) sorted by null
/external/strace/xlat/
siginfo_codes.h
29
#if !(defined(
SI_ASYNCNL
) || (defined(HAVE_DECL_SI_ASYNCNL) && HAVE_DECL_SI_ASYNCNL))
30
# define
SI_ASYNCNL
-60
52
XLAT(
SI_ASYNCNL
),
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
siginfo.h
131
SI_ASYNCNL
= -60, /* Sent by asynch name lookup completion. */
132
# define
SI_ASYNCNL
SI_ASYNCNL
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
siginfo.h
131
SI_ASYNCNL
= -60, /* Sent by asynch name lookup completion. */
132
# define
SI_ASYNCNL
SI_ASYNCNL
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
siginfo.h
131
SI_ASYNCNL
= -60, /* Sent by asynch name lookup completion. */
132
# define
SI_ASYNCNL
SI_ASYNCNL
/external/e2fsprogs/e2fsck/
sigcatcher.c
134
#ifdef
SI_ASYNCNL
135
DEFINE_ENTRY(
SI_ASYNCNL
)
Completed in 515 milliseconds