MCPcopy Create free account
hub / github.com/audeering/opensmile / smileCondBroadcast

Function smileCondBroadcast

src/core/smileThread.cpp:142–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142void smileCondBroadcast(smileCond &cond)
143{
144 pthread_mutex_lock(&cond.mtx);
145 cond.signaled = 1;
146 pthread_cond_broadcast(&cond.cond);
147 pthread_mutex_unlock(&cond.mtx);
148}
149
150void smileCondBroadcastRaw(smileCond &cond)
151{

Callers 1

controlLoopAMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected