MCPcopy Create free account
hub / github.com/OpenKinect/libfreenect2 / notify_one

Method notify_one

src/tinythread/tinythread.h:448–451  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

446 void notify_one();
447#else
448 inline void notify_one()
449 {
450 pthread_cond_signal(&mHandle);
451 }
452#endif
453
454 /// Notify all threads that are waiting for the condition.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected