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

Lines Matching full:tgid

867 int WRAP(tgkill)(int tgid, int tid, int portable_signum)
874 ALOGV("%s(tgid:%d, tid:%d, portable_signum:%d:'%s') {", __func__,
875 tgid, tid, portable_signum, portable_signame);
882 rv = REAL(tgkill)(tgid, tid, mips_signum);
1684 int WRAP(rt_tgsigqueueinfo)(pid_t tgid, pid_t pid, int portable_sig,
1692 ALOGV("%s(tgid:%d, pid:%d, portable_sig:%d, portable_sip:%p) {", __func__,
1693 tgid, pid, portable_sig, portable_sip);