No notify on reset event.
This commit is contained in:
@@ -122,7 +122,6 @@ thread_reset_event(event_t *handle)
|
|||||||
std::lock_guard<std::mutex> lock(event->mutex);
|
std::lock_guard<std::mutex> lock(event->mutex);
|
||||||
|
|
||||||
event->state = false;
|
event->state = false;
|
||||||
event->cond.notify_all();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
Reference in New Issue
Block a user