Lines Matching defs:tid
218 bool llkIsMissingExeLink(pid_t tid) { in llkIsMissingExeLink()
236 std::string llkProcGetName(pid_t tid, const char* node = "/cmdline") { in llkProcGetName()
246 uid_t llkProcGetUid(pid_t tid) { in llkProcGetUid()
281 pid_t tid; // monitored thread id (in Z or D state). member
436 std::string llkProcGetName(pid_t tid, const char* comm, const char* cmdline) { in llkProcGetName()
460 int llkKillOneProcess(pid_t pid, char state, pid_t tid, const char* tcomm = nullptr, in llkKillOneProcess()
524 void llkPanicKernel(bool dump, pid_t tid, const char* state, const std::string& message = "") { in llkPanicKernel()
590 proc* llkTidLookup(pid_t tid) { in llkTidLookup()
598 void llkTidRemove(pid_t tid) { in llkTidRemove()
602 proc* llkTidAlloc(pid_t tid, pid_t pid, pid_t ppid, const char* comm, int time, char state, in llkTidAlloc()
1028 unsigned tid = -1; in llkCheck() local