MCPcopy Create free account
hub / github.com/decaf-emu/decaf-emu / getThread

Function getThread

src/libdecaf/src/ios/kernel/ios_kernel_thread.cpp:409–418  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

407}
408
409phys_ptr<Thread>
410getThread(ThreadId id)
411{
412 auto thread = phys_addrof(sData->threads[id]);
413 if (thread->id == id) {
414 return thread;
415 }
416
417 return nullptr;
418}
419
420void
421setThreadName(ThreadId id,

Callers 3

startProcessesFunction · 0.85
startFunction · 0.85
setThreadNameFunction · 0.85

Calls 1

phys_addrofFunction · 0.85

Tested by

no test coverage detected