ReactOS 0.4.15-dev-5853-gcb454ef
|
Go to the source code of this file.
Functions | |
void WINAPI | RtlRunOnceInitialize (RTL_RUN_ONCE *once) |
DWORD WINAPI | RtlRunOnceBeginInitialize (RTL_RUN_ONCE *once, ULONG flags, void **context) |
DWORD WINAPI | RtlRunOnceComplete (RTL_RUN_ONCE *once, ULONG flags, void *context) |
DWORD WINAPI | RtlRunOnceExecuteOnce (RTL_RUN_ONCE *once, PRTL_RUN_ONCE_INIT_FN func, void *param, void **context) |
DWORD WINAPI RtlRunOnceBeginInitialize | ( | RTL_RUN_ONCE * | once, |
ULONG | flags, | ||
void ** | context | ||
) |
Definition at line 19 of file runonce.c.
Referenced by RtlRunOnceExecuteOnce().
DWORD WINAPI RtlRunOnceComplete | ( | RTL_RUN_ONCE * | once, |
ULONG | flags, | ||
void * | context | ||
) |
Definition at line 65 of file runonce.c.
Referenced by RtlRunOnceExecuteOnce().
DWORD WINAPI RtlRunOnceExecuteOnce | ( | RTL_RUN_ONCE * | once, |
PRTL_RUN_ONCE_INIT_FN | func, | ||
void * | param, | ||
void ** | context | ||
) |
Definition at line 107 of file runonce.c.
Referenced by InitOnceExecuteOnce().