MCPcopy Create free account
hub / github.com/FEX-Emu/FEX / SleepThread

Function SleepThread

FEXCore/Source/Interface/Core/Dispatcher/Dispatcher.cpp:36–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34namespace FEXCore::CPU {
35
36static void SleepThread(FEXCore::Context::ContextImpl* CTX, FEXCore::Core::CpuStateFrame* Frame) {
37 CTX->SyscallHandler->SleepThread(CTX, Frame);
38}
39
40constexpr size_t MAX_DISPATCHER_CODE_SIZE = 4096 * 4;
41

Callers

nothing calls this directly

Calls 1

SleepThreadMethod · 0.45

Tested by

no test coverage detected