#include "ntrtlp.h"
#include <nturtl.h>
Go to the source code of this file.
Typedefs | |
typedef VOID(* | PEB_LOCK_ROUTINE )(PVOID FastLock) |
Functions | |
VOID | RtlAcquirePebLock (VOID) |
VOID | RtlReleasePebLock (VOID) |
|
Definition at line 29 of file eballoc.c. Referenced by RtlAcquirePebLock(), and RtlReleasePebLock(). |
|
Definition at line 32 of file eballoc.c. References ASSERT, PEB_LOCK_ROUTINE, and RTL_PAGED_CODE. Referenced by RtlCreateEnvironment(), RtlCreateProcessParameters(), RtlDosPathNameToNtPathName_U(), RtlGetCurrentDirectory_U(), RtlGetFullPathName_Ustr(), RtlQueryEnvironmentVariable_U(), RtlSetCurrentDirectory_U(), RtlSetCurrentEnvironment(), and RtlSetEnvironmentVariable().
|
|
Definition at line 47 of file eballoc.c. References ASSERT, PEB_LOCK_ROUTINE, and RTL_PAGED_CODE. Referenced by RtlCreateEnvironment(), RtlCreateProcessParameters(), RtlDosPathNameToNtPathName_U(), RtlGetCurrentDirectory_U(), RtlGetFullPathName_Ustr(), RtlQueryEnvironmentVariable_U(), RtlSetCurrentDirectory_U(), RtlSetCurrentEnvironment(), and RtlSetEnvironmentVariable().
|