码迷,mamicode.com
首页 > 其他好文 > 详细

MyEvent.SetEvent; // 同步信号置位

时间:2019-02-26 13:03:16      阅读:175      评论:0      收藏:0      [点我收藏+]

标签:led   des   sign   style   str   条件   reset   simple   nil   

MyEvent.SetEvent;   //  同步信号置位

TSimpleEvent.Create = TEvent.Create(nil, True, False, nil)
                   = CreateEvent(nil, True, False, nil);
其中第三个参数表示同步信号初始化时状态
True表示置位Signaled,即SetEvent
False表示复位nonSignaled,即ResetEvent

WaitFor(Timeout) = (wrSignaled, wrTimeout, wrAbandoned, wrError);
分别表示条件:
1、超时或信号置位  2、只是超时   3、超时前信号Destroy  4、超时前发生错误

MyEvent.SetEvent; // 同步信号置位

标签:led   des   sign   style   str   条件   reset   simple   nil   

原文地址:https://www.cnblogs.com/bwdblogs/p/10436411.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!