MCPcopy Create free account
hub / github.com/carlonluca/pot / UnLock

Method UnLock

piomxtextures_src/omxplayer_lib/OMXThread.cpp:122–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120}
121
122void OMXThread::UnLock()
123{
124 if(!m_running)
125 {
126 CLog::Log(LOGDEBUG, "%s::%s - No thread running\n", CLASSNAME, __func__);
127 return;
128 }
129
130 pthread_mutex_unlock(&m_lock);
131}
132

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected