OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VKI_SIGSTOP
(Results
1 - 17
of
17
) sorted by null
/external/valgrind/coregrind/m_gdbserver/
signals.c
349
#if defined (
VKI_SIGSTOP
)
350
if (hostsig ==
VKI_SIGSTOP
)
598
#if defined (
VKI_SIGSTOP
)
600
return
VKI_SIGSTOP
;
m_gdbserver.c
835
if (VG_(kill)(VG_(getpid)(),
VKI_SIGSTOP
) != 0)
[
all
...]
/external/valgrind/coregrind/
m_signals.c
[
all
...]
/external/valgrind/include/vki/
vki-amd64-linux.h
103
#define
VKI_SIGSTOP
19
vki-arm64-linux.h
110
#define
VKI_SIGSTOP
19
vki-arm-linux.h
125
#define
VKI_SIGSTOP
19
vki-ppc32-linux.h
126
#define
VKI_SIGSTOP
19
[
all
...]
vki-ppc64-linux.h
130
#define
VKI_SIGSTOP
19
vki-s390x-linux.h
170
#define
VKI_SIGSTOP
19
vki-tilegx-linux.h
105
#define
VKI_SIGSTOP
19
vki-x86-linux.h
121
#define
VKI_SIGSTOP
19
vki-mips32-linux.h
142
#define
VKI_SIGSTOP
23 /* Stop, unblockable (POSIX). */
[
all
...]
vki-mips64-linux.h
152
#define
VKI_SIGSTOP
23 /* Stop, unblockable (POSIX). */
[
all
...]
vki-darwin.h
487
#define
VKI_SIGSTOP
SIGSTOP
vki-solaris.h
1028
#define
VKI_SIGSTOP
SIGSTOP /* 23 */
[
all
...]
/external/valgrind/coregrind/m_scheduler/
scheduler.c
481
VG_(sigdelset)(&mask,
VKI_SIGSTOP
);
[
all
...]
/external/valgrind/coregrind/m_syswrap/
syswrap-main.c
[
all
...]
Completed in 2508 milliseconds