Searched refs:KERNEL_USER_TIMES (Results 1 – 14 of 14) sorted by relevance
/reactos/modules/rostests/apitests/ntdll/ |
H A D | NtQueryInformationProcess.c | 20 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 D | ps_i.h | 54 KERNEL_USER_TIMES, 375 KERNEL_USER_TIMES,
|
/reactos/subsystems/csr/csrsrv/ |
H A D | thredsup.c | 576 KERNEL_USER_TIMES KernelTimes; in CsrCreateRemoteThread() 687 KERNEL_USER_TIMES KernelTimes; in CsrCreateThread()
|
H A D | session.c | 217 KERNEL_USER_TIMES KernelTimes; in CsrSbCreateSession()
|
H A D | procsup.c | 438 KERNEL_USER_TIMES KernelTimes; in CsrCreateProcess()
|
/reactos/sdk/include/xdk/ |
H A D | ntddk.template.h | 162 } KERNEL_USER_TIMES, *PKERNEL_USER_TIMES; typedef
|
/reactos/dll/win32/kernel32/client/ |
H A D | thread.c | 475 KERNEL_USER_TIMES KernelUserTimes; in GetThreadTimes() 481 sizeof(KERNEL_USER_TIMES), in GetThreadTimes()
|
H A D | proc.c | 1105 KERNEL_USER_TIMES Kut; in GetProcessTimes()
|
/reactos/ntoskrnl/ps/ |
H A D | query.c | 292 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 D | pstypes.h | 900 } KERNEL_USER_TIMES, *PKERNEL_USER_TIMES; typedef
|
/reactos/modules/rostests/winetests/kernel32/ |
H A D | thread.c | 1965 sizeof(KERNEL_USER_TIMES), /* ThreadTimes */ in test_thread_info()
|
H A D | process.c | 3599 sizeof(KERNEL_USER_TIMES) /* ProcessTimes */, in test_process_info()
|
/reactos/modules/rostests/winetests/ntdll/ |
H A D | info.c | 1276 KERNEL_USER_TIMES spti; in test_query_process_times()
|
/reactos/sdk/include/reactos/wine/ |
H A D | winternl.h | 1064 } KERNEL_USER_TIMES, *PKERNEL_USER_TIMES; typedef
|