OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mips_signum
(Results
1 - 2
of
2
) sorted by null
/development/ndk/sources/android/libportable/arch-mips/
pthread.c
265
int
mips_signum
;
local
270
mips_signum
= signum_pton(portable_signum);
272
if ((portable_signum != 0) && (
mips_signum
== 0)) {
276
ALOGV("%s: calling pthread_kill(thread:%lx,
mips_signum
:%d);", __func__,
277
thread,
mips_signum
);
278
ret = REAL(pthread_kill)(thread,
mips_signum
);
signal.c
139
__hidden char *map_mips_signum_to_name(int
mips_signum
)
143
switch(
mips_signum
) {
225
int
mips_signum
= -1;
local
345
mips_signum
= portable_signum;
347
mips_signum
= (portable_signum - NSIG_PORTABLE) + NSIG;
352
mips_signum
= 0;
356
ALOGV("%s(portable_signum:%d): return(
mips_signum
:%d);", __func__,
357
portable_signum,
mips_signum
);
359
return
mips_signum
;
366
__hidden int signum_ntop(int
mips_signum
)
697
int
mips_signum
;
local
808
int
mips_signum
;
local
915
int
mips_signum
= signum_pton(portable_signum);
local
955
int
mips_signum
= signum_pton(portable_signum);
local
983
int
mips_signum
;
local
1110
int
mips_signum
;
local
1433
int
mips_signum
;
local
[
all
...]
Completed in 186 milliseconds