Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/amwatson/CitraVR
/ GetCurrentThread
Method
GetCurrentThread
src/core/hle/kernel/thread.cpp:83–85 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
81
Thread::~Thread() = default;
82
83
Thread* ThreadManager::GetCurrentThread() const {
84
return current_thread.get();
85
}
86
87
void Thread::Stop() {
88
// Cancel any outstanding wakeup events for this thread
Callers
13
RunLoop
Method · 0.80
CreateMutex
Method · 0.80
SendSyncRequest
Method · 0.80
WaitSynchronization1
Method · 0.80
WaitSynchronizationN
Method · 0.80
ReplyAndReceive
Method · 0.80
ArbitrateAddress
Method · 0.80
ReleaseMutex
Method · 0.80
SleepThread
Method · 0.80
ControlProcess
Method · 0.80
GetGeneric
Method · 0.80
ServeBreak
Method · 0.80
Calls
1
get
Method · 0.45
Tested by
no test coverage detected