MCPcopy 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

81Thread::~Thread() = default;
82
83Thread* ThreadManager::GetCurrentThread() const {
84 return current_thread.get();
85}
86
87void Thread::Stop() {
88 // Cancel any outstanding wakeup events for this thread

Callers 13

RunLoopMethod · 0.80
CreateMutexMethod · 0.80
SendSyncRequestMethod · 0.80
WaitSynchronization1Method · 0.80
WaitSynchronizationNMethod · 0.80
ReplyAndReceiveMethod · 0.80
ArbitrateAddressMethod · 0.80
ReleaseMutexMethod · 0.80
SleepThreadMethod · 0.80
ControlProcessMethod · 0.80
GetGenericMethod · 0.80
ServeBreakMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected