|
ReactOS 0.4.16-dev-1948-gd260c1d
|

Go to the source code of this file.
Typedefs | |
| typedef NTSTATUS NTAPI | FN_RtlInitializeCriticalSectionEx(_Out_ PRTL_CRITICAL_SECTION CriticalSection, _In_ ULONG SpinCount, _In_ ULONG Flags) |
Functions | |
| static void | Test_Init (void) |
| static DWORD WINAPI | ThreadProc1 (_In_ LPVOID lpParameter) |
| static DWORD WINAPI | ThreadProc2 (_In_ LPVOID lpParameter) |
| static void | Test_Acquire (void) |
| START_TEST (RtlCriticalSection) | |
| typedef NTSTATUS NTAPI FN_RtlInitializeCriticalSectionEx(_Out_ PRTL_CRITICAL_SECTION CriticalSection, _In_ ULONG SpinCount, _In_ ULONG Flags) |
Definition at line 19 of file RtlCriticalSection.c.
| START_TEST | ( | RtlCriticalSection | ) |
Definition at line 383 of file RtlCriticalSection.c.
Definition at line 277 of file RtlCriticalSection.c.
Referenced by START_TEST().
Definition at line 31 of file RtlCriticalSection.c.
Referenced by START_TEST().
Definition at line 238 of file RtlCriticalSection.c.
Referenced by Test_Acquire().
Definition at line 258 of file RtlCriticalSection.c.
Referenced by Test_Acquire().
| RTL_CRITICAL_SECTION CritSect |
Definition at line 25 of file RtlCriticalSection.c.
Referenced by EngCreateSemaphore(), Test_Acquire(), Test_Init(), ThreadProc1(), and ThreadProc2().
| ULONG g_DefaultSpinCount |
Definition at line 14 of file RtlCriticalSection.c.
Referenced by START_TEST(), Test_Acquire(), and Test_Init().
| SYSTEM_INFO g_SysInfo |
Definition at line 11 of file RtlCriticalSection.c.
Referenced by START_TEST(), and Test_Init().
| OSVERSIONINFOEXA g_VerInfo |
Definition at line 12 of file RtlCriticalSection.c.
Referenced by START_TEST().
| ULONG g_Version |
Definition at line 13 of file RtlCriticalSection.c.
Referenced by START_TEST(), and Test_Init().
| HANDLE hEventThread1Cont |
Definition at line 26 of file RtlCriticalSection.c.
Referenced by Test_Acquire(), and ThreadProc1().
| HANDLE hEventThread1Ready |
Definition at line 26 of file RtlCriticalSection.c.
Referenced by Test_Acquire(), and ThreadProc1().
| HANDLE hEventThread2Cont |
Definition at line 27 of file RtlCriticalSection.c.
Referenced by Test_Acquire(), and ThreadProc2().
| HANDLE hEventThread2Ready |
Definition at line 27 of file RtlCriticalSection.c.
Referenced by Test_Acquire(), and ThreadProc2().
| FN_RtlInitializeCriticalSectionEx* pfnRtlInitializeCriticalSectionEx |
Definition at line 24 of file RtlCriticalSection.c.
Referenced by START_TEST(), and Test_Init().