ReactOS 0.4.15-dev-7994-gb388cb6
FiberData Struct Reference
Collaboration diagram for FiberData:

Public Attributes

unsigned nMagic
 
unsigned nId
 
unsigned nPrio
 
unsigned nRealPrio
 
PVOID pFiber
 
LIST_ENTRY leQueue
 
int nQuantumQueued
 
int nBoost
 
struct FiberDatapfdPrev
 
int bExitPrev
 

Detailed Description

Definition at line 56 of file fiber.c.

Member Data Documentation

◆ bExitPrev

int FiberData::bExitPrev

Definition at line 67 of file fiber.c.

Referenced by Fbt_AfterSwitch(), and Fbt_Dispatch().

◆ leQueue

LIST_ENTRY FiberData::leQueue

Definition at line 63 of file fiber.c.

Referenced by Fbt_Dispatch().

◆ nBoost

int FiberData::nBoost

Definition at line 65 of file fiber.c.

Referenced by Fbt_Yield().

◆ nId

unsigned FiberData::nId

Definition at line 59 of file fiber.c.

Referenced by DoStuff().

◆ nMagic

unsigned FiberData::nMagic

Definition at line 58 of file fiber.c.

Referenced by Fbt_Dispatch().

◆ nPrio

unsigned FiberData::nPrio

Definition at line 60 of file fiber.c.

Referenced by Fbt_Dispatch(), and Fbt_Yield().

◆ nQuantumQueued

int FiberData::nQuantumQueued

Definition at line 64 of file fiber.c.

◆ nRealPrio

unsigned FiberData::nRealPrio

Definition at line 61 of file fiber.c.

Referenced by Fbt_Yield().

◆ pfdPrev

struct FiberData* FiberData::pfdPrev

Definition at line 66 of file fiber.c.

Referenced by Fbt_AfterSwitch(), and Fbt_Dispatch().

◆ pFiber

PVOID FiberData::pFiber

Definition at line 62 of file fiber.c.

Referenced by Fbt_CreateFiber(), and Fbt_Dispatch().


The documentation for this struct was generated from the following file: