MCPcopy Create free account
hub / github.com/SpartanJ/eepp / isThreaded

Method isThreaded

src/eepp/window/engine.cpp:369–375  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

367}
368
369bool Engine::isThreaded() {
370#if EE_PLATFORM == EE_PLATFORM_EMSCRIPTEN && !defined( __EMSCRIPTEN_PTHREADS__ )
371 return false;
372#else
373 return true;
374#endif
375}
376
377UintPtr Engine::getMainThreadId() {
378 return sMainThreadId;

Callers 4

onTextureAtlasCreateMethod · 0.45
openTextureAtlasMethod · 0.45
initMethod · 0.45
updateMethod · 0.45

Calls

no outgoing calls

Tested by 2

initMethod · 0.36
updateMethod · 0.36