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

Method unlockEvents

source/x11/displaydata.cpp:115–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113}
114
115void DisplayData::unlockEvents() {
116#ifdef BOXEDWINE_MULTI_THREADED
117 BOXEDWINE_MUTEX_UNLOCK(eventMutex);
118#else
119 eventQueueIsLocked = false;
120 eventCond->signal();
121#endif
122}
123
124U32 DisplayData::getEventMask(U32 window) {
125 BOXEDWINE_CRITICAL_SECTION_WITH_MUTEX(eventMaskMutex);

Callers 1

x11_UnlockEventsFunction · 0.80

Calls 1

signalMethod · 0.45

Tested by

no test coverage detected