Home
last modified time | relevance | path

Searched refs:ActivationContext (Results 1 – 10 of 10) sorted by relevance

/reactos/dll/win32/kernel32/client/file/
H A Dcnotify.c34 PVOID ActivationContext = NULL; in BasepIoCompletion() local
56 ActivationContext = ActivationBlock->ActivationContext; in BasepIoCompletion()
67 RtlActivateActivationContextUnsafeFast(&ActCtx, ActivationContext); in BasepIoCompletion()
267 PBASEP_ACTCTX_BLOCK ActivationContext = NULL; in ReadDirectoryChangesW() local
322 &ActivationContext); in ReadDirectoryChangesW()
331 ApcContext = ActivationContext; in ReadDirectoryChangesW()
332 if (ActivationContext) in ReadDirectoryChangesW()
368 if (ActivationContext) BasepFreeActivationContextActivationBlock(ActivationContext); in ReadDirectoryChangesW()
/reactos/dll/win32/kernel32/client/
H A Dactctx.c32 if (ActivationBlock->ActivationContext) in BasepFreeActivationContextActivationBlock()
35 RtlReleaseActivationContext(ActivationBlock->ActivationContext); in BasepFreeActivationContextActivationBlock()
36 ActivationBlock->ActivationContext = NULL; in BasepFreeActivationContextActivationBlock()
115 (*ActivationBlock)->ActivationContext = ContextInfo.hActCtx; in BasepAllocateActivationContextActivationBlock()
H A Dthread.c94 IN PACTIVATION_CONTEXT ActivationContext) in BaseDispatchApc() argument
103 if (ActivationContext == INVALID_ACTIVATION_CONTEXT) in BaseDispatchApc()
111 RtlActivateActivationContextUnsafeFast(&ActivationFrame, ActivationContext); in BaseDispatchApc()
126 RtlReleaseActivationContext(ActivationContext); in BaseDispatchApc()
/reactos/sdk/lib/crt/wine/
H A Dwinternl.h129 struct _ACTIVATION_CONTEXT* ActivationContext; member
/reactos/dll/win32/kernel32/include/
H A Dkernel32.h102 PVOID ActivationContext; member
/reactos/sdk/lib/rtl/
H A Dactctx.c3544 *handle = NtCurrentTeb()->ActivationContextStackPointer->ActiveFrame->ActivationContext; in find_query_actctx()
5425 frame->ActivationContext = handle; in RtlActivateActivationContextEx()
5471 RtlReleaseActivationContext( top->ActivationContext ); in RtlDeactivateActivationContext()
5496 RtlReleaseActivationContext(ActiveFrame->ActivationContext); in RtlFreeActivationContextStack()
5527 RtlReleaseActivationContext( frame->ActivationContext ); in RtlFreeThreadActivationContextStack()
5543 *handle = NtCurrentTeb()->ActivationContextStackPointer->ActiveFrame->ActivationContext; in RtlGetActiveActivationContext()
5561 if (frame->ActivationContext == handle) return TRUE; in RtlIsActivationContextActive()
5925 …tctx = check_actctx(NtCurrentTeb()->ActivationContextStackPointer->ActiveFrame->ActivationContext); in RtlFindActivationContextSectionString()
6098 Frame->Frame.ActivationContext = Context; in RtlActivateActivationContextUnsafeFast()
6102 if ((ActiveFrame && (ActiveFrame->ActivationContext != Context)) || in RtlActivateActivationContextUnsafeFast()
[all …]
H A Dthreadpool.c2076 if (environment->ActivationContext) in tp_object_initialize()
/reactos/sdk/include/ndk/
H A Drtltypes.h914 PACTIVATION_CONTEXT ActivationContext; member
/reactos/sdk/include/xdk/
H A Dwinnt_old.h4532 struct _ACTIVATION_CONTEXT *ActivationContext; member
4552 struct _ACTIVATION_CONTEXT *ActivationContext; member
/reactos/sdk/include/reactos/wine/
H A Dwinternl.h250 struct _ACTIVATION_CONTEXT *ActivationContext; member
2246 HANDLE ActivationContext; member