MCPcopy Create free account
hub / github.com/GRAnimated/MinecraftLCE / Run

Method Run

src/4JLibraries_Source/NX/Thread/C4JThreadImpl.cpp:4–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2#include "net/minecraft/core/System.h"
3
4void C4JThreadImpl::Run() {
5 this->m_startTime = System::processTimeInMilliSecs();
6 this->m_hasStarted = true;
7 this->m_isRunning = true;
8 nn::os::StartThread(m_thread);
9}
10
11bool C4JThreadImpl::isRunning() {
12 return this->m_isRunning;

Callers 1

ConnectionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected