Fix termination test in event processingmaster
{ | { | ||||
(void)p; // unused | (void)p; // unused | ||||
while (my_terminate_is_required) { | |||||
while (!my_terminate_is_required) { | |||||
bool a_stop_is_required = false; | bool a_stop_is_required = false; | ||||
(void)pthread_mutex_lock(&my_mutex); | (void)pthread_mutex_lock(&my_mutex); |