ReactOS 0.4.16-dev-297-gc569aee
|
Go to the source code of this file.
Macros | |
#define | ok_eq_free2(Value, Expected) |
#define | CheckListHeader(ListHead, ExpectedPointer, ExpectedDepth) |
#define | PXLIST_HEADER PSINGLE_LIST_ENTRY |
#define | PXLIST_ENTRY PSINGLE_LIST_ENTRY |
#define | PushXList ExInterlockedPushEntryList |
#define | PopXList ExInterlockedPopEntryList |
#define | FlushXList FlushList |
#define | ok_free_xlist ok_eq_free2 |
#define | CheckXListHeader CheckListHeader |
#define | TestXListFunctional TestListFunctional |
#define | TestXListFunctional TestListFunctionalExports |
#define | PushXList PushEntryListWrapper |
#define | PopXList(h, s) PopEntryList(h) |
#define | ok_free_xlist ok_eq_pointer |
#define | TestXListFunctional TestListFunctionalNoInterlocked |
Functions | |
PSINGLE_LIST_ENTRY | FlushList (PSINGLE_LIST_ENTRY ListHead) |
USHORT | QueryDepthList (PSINGLE_LIST_ENTRY ListHead) |
PSINGLE_LIST_ENTRY | PushEntryListWrapper (PSINGLE_LIST_ENTRY ListHead, PSINGLE_LIST_ENTRY Entry, PKSPIN_LOCK Lock) |
START_TEST (ExSingleList) | |
#define CheckListHeader | ( | ListHead, | |
ExpectedPointer, | |||
ExpectedDepth | |||
) |
Definition at line 51 of file ExSingleList.c.
#define CheckXListHeader CheckListHeader |
Definition at line 65 of file ExSingleList.c.
Definition at line 63 of file ExSingleList.c.
Definition at line 16 of file ExSingleList.c.
#define ok_free_xlist ok_eq_free2 |
Definition at line 79 of file ExSingleList.c.
#define ok_free_xlist ok_eq_pointer |
Definition at line 79 of file ExSingleList.c.
#define PopXList ExInterlockedPopEntryList |
Definition at line 77 of file ExSingleList.c.
#define PopXList | ( | h, | |
s | |||
) | PopEntryList(h) |
Definition at line 77 of file ExSingleList.c.
#define PushXList ExInterlockedPushEntryList |
Definition at line 75 of file ExSingleList.c.
#define PushXList PushEntryListWrapper |
Definition at line 75 of file ExSingleList.c.
#define PXLIST_ENTRY PSINGLE_LIST_ENTRY |
Definition at line 60 of file ExSingleList.c.
#define PXLIST_HEADER PSINGLE_LIST_ENTRY |
Definition at line 59 of file ExSingleList.c.
#define TestXListFunctional TestListFunctional |
Definition at line 80 of file ExSingleList.c.
#define TestXListFunctional TestListFunctionalExports |
Definition at line 80 of file ExSingleList.c.
#define TestXListFunctional TestListFunctionalNoInterlocked |
Definition at line 80 of file ExSingleList.c.
PSINGLE_LIST_ENTRY FlushList | ( | PSINGLE_LIST_ENTRY | ListHead | ) |
Definition at line 24 of file ExSingleList.c.
Referenced by USBPORT_FlushController().
PSINGLE_LIST_ENTRY PushEntryListWrapper | ( | PSINGLE_LIST_ENTRY | ListHead, |
PSINGLE_LIST_ENTRY | Entry, | ||
PKSPIN_LOCK | Lock | ||
) |
Definition at line 42 of file ExSingleList.c.
USHORT QueryDepthList | ( | PSINGLE_LIST_ENTRY | ListHead | ) |
Definition at line 31 of file ExSingleList.c.
START_TEST | ( | ExSingleList | ) |
Definition at line 83 of file ExSingleList.c.