MCPcopy Create free account
hub / github.com/Pulse-Eight/libcec / MarkBusy

Method MarkBusy

src/libcec/devices/CECBusDevice.cpp:1446–1450  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1444}
1445
1446void CCECBusDevice::MarkBusy(void)
1447{
1448 CLockObject handlerLock(m_handlerMutex);
1449 ++m_iHandlerUseCount;
1450}
1451
1452void CCECBusDevice::MarkReady(void)
1453{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected