API Version: 2.0
Library Version: 2.76
Generated by gi-docgen 2023.2
void g_cond_broadcast ( GCond* cond )
If threads are waiting for cond, all of them are unblocked. If no threads are waiting for cond, this function has no effect. It is good practice to lock the same mutex as the waiting threads while calling this function, though not required.
cond