Class ThreadImpl
Inheritance
System.Object
ThreadImpl
Assembly: Cosmos.System2_Plugs.dll
Syntax
public static class ThreadImpl : object
Methods
|
Improve this Doc
View Source
Sleep(Int32)
Declaration
public static void Sleep(int millisecondsTimeout)
Parameters
Type |
Name |
Description |
System.Int32 |
millisecondsTimeout |
|
|
Improve this Doc
View Source
Sleep(TimeSpan)
Declaration
public static void Sleep(TimeSpan timeout)
Parameters
Type |
Name |
Description |
TimeSpan |
timeout |
|
|
Improve this Doc
View Source
SpinWaitInternal(Object)
Declaration
public static void SpinWaitInternal(object iterations)
Parameters
Type |
Name |
Description |
System.Object |
iterations |
|
|
Improve this Doc
View Source
Yield()
Declaration
public static bool Yield()
Returns
Type |
Description |
System.Boolean |
|