Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/qilingframework/qiling
/ exit
Method
exit
qiling/os/thread.py:32–33 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
30
# like pthread_exit(), terminate current thread.
31
# @abstractmethod
32
def
exit(self):
33
pass
34
35
@abstractmethod
36
def
stop(self):
Callers
10
do_quit
Method · 0.80
proxy.py
File · 0.80
main
Function · 0.80
quit
Method · 0.80
quit
Method · 0.80
test_pe_sys.py
File · 0.80
main
Function · 0.80
test_macho_macos_superrootkit
Method · 0.80
usage
Function · 0.80
main
Function · 0.80
Calls
no outgoing calls
Tested by
1
test_macho_macos_superrootkit
Method · 0.64