Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
3/28/2014
The following table shows the fiber functions and the purpose of each.
Function |
Description |
|---|---|
Converts the current thread into a fiber. |
|
Allocates a fiber object, assigns it a stack, and sets up execution to begin at the specified start address, typically the fiber function. |
|
Deletes a fiber. |
|
Is an application-defined function used with the CreateFiber function. |
|
Returns the address of the current fiber. |
|
Returns the fiber data associated with the current fiber. |
|
Schedules a fiber. The caller must be a fiber. |