MCPcopy Create free account
hub / github.com/DaedalusX64/daedalus / DoTask

Function DoTask

Source/SysOSX/HLEGraphics/DisplayListDebugger.cpp:327–335  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

325}
326
327static void DoTask(WebDebugConnection * connection, DebugTask task)
328{
329 // Request a screenshot from the main thread.
330 MutexLock lock(gMainThreadMutex);
331
332 gActiveConnection = connection;
333 gDebugTask = task;
334 CondWait(gMainThreadCond, gMainThreadMutex, kTimeoutInfinity);
335}
336
337static void DLDebugHandler(void * arg, WebDebugConnection * connection)
338{

Callers 1

DLDebugHandlerFunction · 0.85

Calls 1

CondWaitFunction · 0.50

Tested by

no test coverage detected