C# Class CSharpUtils.Process.Impl.ProcessBaseImplUcontext

Untested
Mostrar archivo Open project: soywiz/csharputils

Public Methods

Method Description
Init ( RunDelegate Delegate ) : void
Remove ( ) : void
SwitchTo ( ) : void
Yield ( ) : void

Private Methods

Method Description
getcontext ( ucontext_t __ucp ) : int
makecontext ( ucontext_t __ucp, RunDelegate __func, int __argc ) : void
setcontext ( ucontext_t __ucp ) : int
swapcontext ( ucontext_t __oucp, ucontext_t __ucp ) : int

Method Details

Init() public method

public Init ( RunDelegate Delegate ) : void
Delegate RunDelegate
return void

Remove() public method

public Remove ( ) : void
return void

SwitchTo() public method

public SwitchTo ( ) : void
return void

Yield() public method

public Yield ( ) : void
return void