hot fix test/thread

This commit is contained in:
zzy 2023-10-25 23:22:46 +08:00
parent 1647490767
commit 7fc7a8c9ad

View File

@ -57,7 +57,7 @@ int test2() {
if (getchar());
//thread_mutex_unlock(&mutex);
thread_cond_singal(&cond);
sleeps(1000);
sleeps(1);
//thread_mutex_lock(&mutex);
tfprintf(&stdio, stdout, "press enter to continue\n");