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

Method notify_all

src/tinythread/tinythread.h:462–465  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

460 void notify_all();
461#else
462 inline void notify_all()
463 {
464 pthread_cond_broadcast(&mHandle);
465 }
466#endif
467
468 _TTHREAD_DISABLE_ASSIGNMENT(condition_variable)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected