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

Method Joinable

common/Threading.h:107–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105 ThreadHandle& operator=(const Thread& handle) = delete;
106
107 __fi bool Joinable() const { return (m_native_handle != nullptr); }
108 __fi u32 GetStackSize() const { return m_stack_size; }
109
110 /// Sets the stack size for the thread. Do not call if the thread has already been started.

Callers 6

StartThreadMethod · 0.80
ShutdownThreadMethod · 0.80
IsOpenMethod · 0.80
ShutdownMethod · 0.80
StartEncoderThreadMethod · 0.80
StopEncoderThreadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected