메소드 | 설명 | |
---|---|---|
AwaitState ( ThreadState state ) : void |
Waits for all incoming threads to be in wait() methods.
|
|
Join ( Lucene.Net.Support.ThreadClass toJoin ) : void | ||
Start ( Lucene.Net.Support.ThreadClass tostart ) : void | ||
Terminated ( Lucene.Net.Support.ThreadClass threads ) : bool | ||
WaitThreads ( int num, |
메소드 | 설명 | |
---|---|---|
AssertState ( int numReleasers, int numStallers, int numWaiters, Lucene.Net.Support.ThreadClass threads, |
||
TestAccquireReleaseRace ( ) : void | ||
TestRandom ( ) : void | ||
TestSimpleStall ( ) : void |
public static AwaitState ( ThreadState state ) : void | ||
state | ThreadState | |
리턴 | void |
public static Join ( Lucene.Net.Support.ThreadClass toJoin ) : void | ||
toJoin | Lucene.Net.Support.ThreadClass | |
리턴 | void |
public static Start ( Lucene.Net.Support.ThreadClass tostart ) : void | ||
tostart | Lucene.Net.Support.ThreadClass | |
리턴 | void |
public static Terminated ( Lucene.Net.Support.ThreadClass threads ) : bool | ||
threads | Lucene.Net.Support.ThreadClass | |
리턴 | bool |
public static WaitThreads ( int num, |
||
num | int | |
ctrl | ||
리턴 | Lucene.Net.Support.ThreadClass[] |