motherpid          46 threadlist.cpp pid_t motherpid = 0;
motherpid         146 threadlist.cpp   motherpid = THREAD_REAL_TID();
motherpid         147 threadlist.cpp   TLSInfo_VerifyPidTid(motherpid, motherpid);
motherpid         242 threadlist.cpp   THREAD_TGKILL(motherpid, ckptThread->tid, SigInfo::ckptSignal());
motherpid         443 threadlist.cpp             if (THREAD_TGKILL(motherpid, thread->tid, SigInfo::ckptSignal()) < 0) {
motherpid         454 threadlist.cpp           ret = THREAD_TGKILL(motherpid, thread->tid, 0);
motherpid         462 threadlist.cpp           if (THREAD_TGKILL(motherpid, thread->tid, 0) == -1 && errno == ESRCH) {
motherpid         669 threadlist.cpp   motherpid = THREAD_REAL_TID();
motherpid         670 threadlist.cpp   motherofall->tid = motherpid;
motherpid         832 threadlist.cpp       if (-1 == THREAD_TGKILL(motherpid, thread->tid, 0)) {