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

Method IsWaiting

src/libcec/adapter/RPi/RPiCECAdapterMessageQueue.cpp:106–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104}
105
106bool CRPiCECAdapterMessageQueueEntry::IsWaiting(void)
107{
108 CLockObject lock(m_mutex);
109 return m_bWaiting;
110}
111
112void CRPiCECAdapterMessageQueue::Clear(void)
113{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected