SetEvent是一种Win32系统编程的事件API。
...多线程编程(13)多线程同步之 event (事件对象)_it计算机_专业资料。...和其他同类相比, 它的灵活性在于可随时 启动运行(setevent) 和 暂停运行..
基于16个网页-相关网页
The function SetEvent() is used to set the state of the event object to signaled state.
函数 SetEvent() 用来将事件对象的状态设置为有信号状态。
In Windows, event objects are one of the synchronization objects whose state needs to be explicitly set to signaled using the SetEvent function. Event objects come in two types.
在Windows中,事件对象是那些需要使用SetEvent函数显式地将其状态设置为有信号状态的同步对象。
应用推荐