Win32 client cron_thread in main_cleanup() lock daemon_thread()

7 Mar
2021
7 Mar
'21
9:26 a.m.
in main_cleanup() this code blocks because cron_thread has no exit #ifdef USE_WIN32 if(WaitForSingleObject(thread_list[i], INFINITE)==WAIT_FAILED) ioerror("WaitForSingleObject"); if(!CloseHandle(thread_list[i])) ioerror("CloseHandle"); #endif
1634
Age (days ago)
1634
Last active (days ago)
0 comments
1 participants
participants (1)
-
jony202@gmail.com