MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / ThreadImpl_obj

Method ThreadImpl_obj

src/hx/thread/ThreadImpl.cpp:126–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124}
125
126hx::thread::ThreadImpl_obj::ThreadImpl_obj(const int _id)
127 : id(_id)
128 , native(new Native())
129 , scratch(std::numeric_limits<uint16_t>::max(), std::numeric_limits<uint16_t>::max())
130 , slots(0, 0) { }
131
132hx::thread::ThreadImpl_obj::ThreadImpl_obj(const int _id, Thread_obj::CreateFunction _job, CountingSemaphore _semaphore)
133 : id(_id)

Callers

nothing calls this directly

Calls 1

maxFunction · 0.85

Tested by

no test coverage detected