Page MenuHome GnuPG

npth: Add functions to wake up condition variable
Closed, InvalidPublic

Description

Our current API lacks condition variable wake up.

  • npth_cond_signal
  • npth_cond_broadcast

Event Timeline

For Windows, it is available. I don't know the reason why it has not been available for POSIX.

It is my confusion. The API is available. I only looked for symbols in the library.
It is #define-d macro to pthread_cond_*.