OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ASM_SIGRTMIN
(Results
1 - 2
of
2
) sorted by null
/external/strace/tests/
sigreturn.c
34
#ifdef
ASM_SIGRTMIN
35
# define RT_0
ASM_SIGRTMIN
/external/strace/
signal.c
77
#ifndef
ASM_SIGRTMIN
79
# define
ASM_SIGRTMIN
32
127
if (s >=
ASM_SIGRTMIN
&& s <= ASM_SIGRTMAX) {
128
sprintf(buf, "SIGRT_%u", s -
ASM_SIGRTMIN
);
198
else if (i >=
ASM_SIGRTMIN
&& i <= ASM_SIGRTMAX) {
199
s += sprintf(s, "RT_%u", i -
ASM_SIGRTMIN
);
Completed in 743 milliseconds