MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / isMainthread

Function isMainthread

source/sdl/emscripten/mainloop.cpp:37–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35extern int allocatedRamPages;
36
37bool isMainthread() {
38 return isMainThread;
39}
40
41static BString getSize(int pages)
42{

Callers 3

showWindowMethod · 0.50
sdlDispatchFunction · 0.50
processCustomEventsMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected