1
0
mirror of https://gittea.dev/nova/th.git synced 2025-10-21 10:20:15 -04:00

moved left and rigth thread signaling into thread_mid

This commit is contained in:
nova
2025-08-23 23:21:30 +02:00
parent e1c298ae50
commit 59964cf828

2
main.c
View File

@@ -79,9 +79,7 @@ int main(){
}
if (status & STATUS_RUN_BACKEND) {
pthread_cond_signal(&cond_top);
pthread_cond_signal(&cond_lft);
pthread_cond_signal(&cond_mid);
pthread_cond_signal(&cond_rgt);
pthread_cond_signal(&cond_btm);
status &= ~(STATUS_RUN_BACKEND);
status |= STATUS_UPDATE_SCREEN_0;