搜索资源列表
-
0下载:
WaitForSingleObject和WaitForMultipleObjects使用详解
-
-
0下载:
GetTickCount Sleep CreateEvent CloseHandle ResetEvent SetEvent WaitForSingleObject WaitForMultipleObjects AllocConsole GetStdHandle FreeConsole GetLocalTime WriteConsole
-
-
1下载:
通过互斥量、事件来解决生产者和消费者的问题,主要涉及的内容有多线程的创建,事件的创建,互斥量的创建,线程的同步。主要的函数有:CreateThread,CreateEvent,CreateMutex,WaitForMultipleObjects等。-Through the mutex, event producers and consumers to solve problems, mainly related to the contents of multiple thread creatio
-
-
0下载:
API - Simulate multithreading with WaitForMultipleObjects (eg. How ICQ monitors connection state)
-