|
ReactOS 0.4.16-dev-1946-g52006dd
|

Public Attributes | |
| unsigned | nMagic |
| unsigned | nId |
| unsigned | nPrio |
| unsigned | nRealPrio |
| PVOID | pFiber |
| LIST_ENTRY | leQueue |
| int | nQuantumQueued |
| int | nBoost |
| struct FiberData * | pfdPrev |
| int | bExitPrev |
| int FiberData::bExitPrev |
Definition at line 67 of file fiber.c.
Referenced by Fbt_AfterSwitch(), and Fbt_Dispatch().
| LIST_ENTRY FiberData::leQueue |
Definition at line 63 of file fiber.c.
Referenced by Fbt_Dispatch().
| int FiberData::nBoost |
Definition at line 65 of file fiber.c.
Referenced by Fbt_Yield().
| unsigned FiberData::nMagic |
Definition at line 58 of file fiber.c.
Referenced by Fbt_Dispatch().
| unsigned FiberData::nPrio |
Definition at line 60 of file fiber.c.
Referenced by Fbt_Dispatch(), and Fbt_Yield().
| unsigned FiberData::nRealPrio |
Definition at line 61 of file fiber.c.
Referenced by Fbt_Yield().
Definition at line 66 of file fiber.c.
Referenced by Fbt_AfterSwitch(), and Fbt_Dispatch().
| PVOID FiberData::pFiber |
Definition at line 62 of file fiber.c.
Referenced by Fbt_CreateFiber(), and Fbt_Dispatch().