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

Method isMainThread

src/eepp/window/engine.cpp:381–383  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

379}
380
381bool Engine::isMainThread() {
382 return Thread::getCurrentThreadId() == Engine::getMainThreadId();
383}
384
385PlatformHelper* Engine::getPlatformHelper() {
386 if ( NULL == mPlatformHelper ) {

Callers 15

checkQueuedClearMethod · 0.80
invalidateMethod · 0.80
notifyOpenMethod · 0.80
processFoldingRangesMethod · 0.80
deleteTextureMethod · 0.80
iLockMethod · 0.80
iTextureFilterMethod · 0.80
reloadMethod · 0.80
updateMethod · 0.80
replaceMethod · 0.80
updateMonospaceStateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected