Home
last modified time | relevance | path

Searched refs:KERNEL_USER_TIMES (Results 1 – 14 of 14) sorted by relevance

/reactos/modules/rostests/apitests/ntdll/
H A DNtQueryInformationProcess.c20 KERNEL_USER_TIMES Times1; in Test_ProcessTimes()
21 KERNEL_USER_TIMES Times2; in Test_ProcessTimes()
37 sizeof(KERNEL_USER_TIMES), in Test_ProcessTimes()
61 sizeof(KERNEL_USER_TIMES), in Test_ProcessTimes()
69 sizeof(KERNEL_USER_TIMES) - 1, in Test_ProcessTimes()
77 sizeof(KERNEL_USER_TIMES), in Test_ProcessTimes()
85 sizeof(KERNEL_USER_TIMES) + 1, in Test_ProcessTimes()
94 sizeof(KERNEL_USER_TIMES) - 1, in Test_ProcessTimes()
121 sizeof(KERNEL_USER_TIMES), in Test_ProcessTimes()
151 sizeof(KERNEL_USER_TIMES), in Test_ProcessTimes()
[all …]
/reactos/ntoskrnl/include/internal/
H A Dps_i.h54 KERNEL_USER_TIMES,
375 KERNEL_USER_TIMES,
/reactos/subsystems/csr/csrsrv/
H A Dthredsup.c576 KERNEL_USER_TIMES KernelTimes; in CsrCreateRemoteThread()
687 KERNEL_USER_TIMES KernelTimes; in CsrCreateThread()
H A Dsession.c217 KERNEL_USER_TIMES KernelTimes; in CsrSbCreateSession()
H A Dprocsup.c438 KERNEL_USER_TIMES KernelTimes; in CsrCreateProcess()
/reactos/sdk/include/xdk/
H A Dntddk.template.h162 } KERNEL_USER_TIMES, *PKERNEL_USER_TIMES; typedef
/reactos/dll/win32/kernel32/client/
H A Dthread.c475 KERNEL_USER_TIMES KernelUserTimes; in GetThreadTimes()
481 sizeof(KERNEL_USER_TIMES), in GetThreadTimes()
H A Dproc.c1105 KERNEL_USER_TIMES Kut; in GetProcessTimes()
/reactos/ntoskrnl/ps/
H A Dquery.c292 if (ProcessInformationLength != sizeof(KERNEL_USER_TIMES)) in NtQueryInformationProcess()
298 Length = sizeof(KERNEL_USER_TIMES); in NtQueryInformationProcess()
2761 Length = sizeof(KERNEL_USER_TIMES); in NtQueryInformationThread()
/reactos/sdk/include/ndk/
H A Dpstypes.h900 } KERNEL_USER_TIMES, *PKERNEL_USER_TIMES; typedef
/reactos/modules/rostests/winetests/kernel32/
H A Dthread.c1965 sizeof(KERNEL_USER_TIMES), /* ThreadTimes */ in test_thread_info()
H A Dprocess.c3599 sizeof(KERNEL_USER_TIMES) /* ProcessTimes */, in test_process_info()
/reactos/modules/rostests/winetests/ntdll/
H A Dinfo.c1276 KERNEL_USER_TIMES spti; in test_query_process_times()
/reactos/sdk/include/reactos/wine/
H A Dwinternl.h1064 } KERNEL_USER_TIMES, *PKERNEL_USER_TIMES; typedef