MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / SetStackSize

Method SetStackSize

common/Linux/LnxThreads.cpp:207–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

205}
206
207void Threading::Thread::SetStackSize(u32 size)
208{
209 pxAssertRel(!m_native_handle, "Can't change the stack size on a started thread");
210 m_stack_size = size;
211}
212
213#ifdef __linux__
214// For Linux, we have to do a bit of trickery here to get the thread's ID back from

Callers 1

OpenMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected