MCPcopy Create free account
hub / github.com/SoarGroup/Soar / TriggerEvent

Method TriggerEvent

Core/ConnectionSML/src/thread_OSspecific.cpp:231–236  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

229 return true;
230 }
231 void TriggerEvent() {
232 pthread_mutex_lock(&m_mutex);
233 m_signaled = true;
234 pthread_mutex_unlock(&m_mutex);
235 pthread_cond_signal(&m_cond);
236 }
237} ;
238
239OSSpecificEvent* soar_thread::MakeEvent()

Callers 9

TriggerEventFunction · 0.45
ResumeFunction · 0.45
TriggerEventFunction · 0.45
ResumeFunction · 0.45
RunMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected