-
Notifications
You must be signed in to change notification settings - Fork 55
MTY_CondSignal
chrisd1100 edited this page Aug 25, 2022
·
1 revision
Signal a condition variable on a single blocked thread.
void MTY_CondSignal(
MTY_Cond * ctx
);
ctx
(MTY_Cond *
)
An MTY_Cond
condition variable.