MCPcopy Create free account
hub / github.com/comaps/comaps / RunEventLoop

Function RunEventLoop

libs/testing/testingmain.cpp:50–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48base::Waiter g_waiter;
49
50void RunEventLoop()
51{
52#if defined(OMIM_OS_IPHONE)
53 CFRunLoopRun();
54#elif defined(QAPP)
55 QAPP::exec();
56#endif
57}
58
59void StopEventLoop()
60{

Callers 8

UNIT_TESTFunction · 0.85
DownloadFileFunction · 0.85
UNIT_TESTFunction · 0.85
UNIT_CLASS_TESTFunction · 0.85
UNIT_CLASS_TESTFunction · 0.85
DownloadGroupFunction · 0.85
UNIT_TESTFunction · 0.85
UNIT_TESTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected