Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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. |