Home | History | Annotate | Download | only in arch-mips

Lines Matching defs:tkill

867 int WRAP(tkill)(int tid, int portable_signum)
869 extern int REAL(tkill)(int, int);
876 rv = do_kill(tid, portable_signum, REAL(tkill));