프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Info |
프로퍼티 | 타입 | 설명 | |
---|---|---|---|
_WaitingThreads | List |
메소드 | 설명 | |
---|---|---|
AddWaitingThread ( WaitThread WaitThread ) : void | ||
ClearBits ( uint BitsToClear, bool DoUpdateWaitingThreads = true ) : void |
Remove bits from BitPattern
|
|
Delete ( ) : void | ||
IDisposable ( ) : void | ||
Poll ( uint BitsToMatch, EventFlagWaitTypeSet WaitType, uint OutBits ) : bool | ||
SetBits ( uint Bits, bool DoUpdateWaitingThreads = true ) : void |
|
메소드 | 설명 | |
---|---|---|
UpdateWaitingThreads ( ) : void |
메소드 | 설명 | |
---|---|---|
_DoClear ( EventFlagWaitTypeSet WaitType, uint BitsToMatch ) : void |
public AddWaitingThread ( WaitThread WaitThread ) : void | ||
WaitThread | WaitThread | |
리턴 | void |
public ClearBits ( uint BitsToClear, bool DoUpdateWaitingThreads = true ) : void | ||
BitsToClear | uint | |
DoUpdateWaitingThreads | bool | |
리턴 | void |
public Poll ( uint BitsToMatch, EventFlagWaitTypeSet WaitType, uint OutBits ) : bool | ||
BitsToMatch | uint | |
WaitType | EventFlagWaitTypeSet | |
OutBits | uint | |
리턴 | bool |
public SetBits ( uint Bits, bool DoUpdateWaitingThreads = true ) : void | ||
Bits | uint | |
DoUpdateWaitingThreads | bool | |
리턴 | void |