|
Process Hacker
|
Go to the source code of this file.
Macros | |
| #define | RW_ITERS 10000 |
| #define | RW_READ_ITERS 100 |
| #define | RW_WRITE_ITERS 10 |
| #define | RW_READ_SPIN_ITERS 60 |
| #define | RW_WRITE_SPIN_ITERS 200 |
| #define | RW_PROCESSORS 4 |
Typedefs | |
| typedef struct _STRING_TABLE_ENTRY | STRING_TABLE_ENTRY |
| typedef struct _STRING_TABLE_ENTRY * | PSTRING_TABLE_ENTRY |
| typedef struct _STOPWATCH | STOPWATCH |
| typedef struct _STOPWATCH * | PSTOPWATCH |
| typedef VOID(FASTCALL * | PPHF_RW_LOCK_FUNCTION )(_In_ PVOID Parameter) |
| typedef struct _RW_TEST_CONTEXT | RW_TEST_CONTEXT |
| typedef struct _RW_TEST_CONTEXT * | PRW_TEST_CONTEXT |
Functions | |
| BOOL | ConsoleHandlerRoutine (_In_ DWORD dwCtrlType) |
| VOID | PhpPrintHashtableStatistics (_In_ PPH_HASHTABLE Hashtable) |
| NTSTATUS | PhpDebugConsoleThreadStart (_In_ PVOID Parameter) |
| VOID | PhShowDebugConsole (VOID) |
| VOID | PhCloseDebugConsole (VOID) |
| VOID FASTCALL | PhfAcquireCriticalSection (_In_ PRTL_CRITICAL_SECTION CriticalSection) |
| VOID FASTCALL | PhfReleaseCriticalSection (_In_ PRTL_CRITICAL_SECTION CriticalSection) |
| VOID FASTCALL | PhfReleaseQueuedLockExclusiveUsingInline (_In_ PPH_QUEUED_LOCK QueuedLock) |
Variables | |
| PH_FREE_LIST | PhObjectSmallFreeList |
| #define RW_ITERS 10000 |
| #define RW_PROCESSORS 4 |
| #define RW_READ_ITERS 100 |
| #define RW_READ_SPIN_ITERS 60 |
| #define RW_WRITE_ITERS 10 |
| #define RW_WRITE_SPIN_ITERS 200 |
| typedef struct _RW_TEST_CONTEXT * PRW_TEST_CONTEXT |
| typedef struct _STOPWATCH * PSTOPWATCH |
| typedef struct _STRING_TABLE_ENTRY * PSTRING_TABLE_ENTRY |
| typedef struct _RW_TEST_CONTEXT RW_TEST_CONTEXT |
| typedef struct _STOPWATCH STOPWATCH |
| typedef struct _STRING_TABLE_ENTRY STRING_TABLE_ENTRY |
| VOID FASTCALL PhfAcquireCriticalSection | ( | _In_ PRTL_CRITICAL_SECTION | CriticalSection | ) |
| VOID FASTCALL PhfReleaseCriticalSection | ( | _In_ PRTL_CRITICAL_SECTION | CriticalSection | ) |
| VOID FASTCALL PhfReleaseQueuedLockExclusiveUsingInline | ( | _In_ PPH_QUEUED_LOCK | QueuedLock | ) |
| NTSTATUS PhpDebugConsoleThreadStart | ( | _In_ PVOID | Parameter | ) |
| static VOID PhpPrintHashtableStatistics | ( | _In_ PPH_HASHTABLE | Hashtable | ) |
| PH_FREE_LIST PhObjectSmallFreeList |