Searched refs:KillThread (Results 1 – 6 of 6) sorted by relevance
204 class KillThread(BasicBlock): class391 elif isinstance(block, KillThread):489 self._mapping[id(block)] = KillThread()708 if (isinstance(block, KillProcess) or isinstance(block, KillThread)
137 kill_action = bpf.KillThread()
412 return bpf.KillThread()449 return bpf.KillThread()
360 parser.Filter(None, bpf.KillThread()),659 default_action=bpf.KillThread(),
231 virtual bool KillThread();
352 bool WorkerThread::KillThread() { in KillThread() function in WorkerThread