THREAD_TGKILL     242 threadlist.cpp   THREAD_TGKILL(motherpid, ckptThread->tid, SigInfo::ckptSignal());
THREAD_TGKILL     443 threadlist.cpp             if (THREAD_TGKILL(motherpid, thread->tid, SigInfo::ckptSignal()) < 0) {
THREAD_TGKILL     454 threadlist.cpp           ret = THREAD_TGKILL(motherpid, thread->tid, 0);
THREAD_TGKILL     462 threadlist.cpp           if (THREAD_TGKILL(motherpid, thread->tid, 0) == -1 && errno == ESRCH) {
THREAD_TGKILL     832 threadlist.cpp       if (-1 == THREAD_TGKILL(motherpid, thread->tid, 0)) {