Searched refs:GetThreadTimes (Results 1 – 4 of 4) sorted by relevance
/reactos/dll/win32/kernel32/client/ |
H A D | thread.c | 469 GetThreadTimes(IN HANDLE hThread, in GetThreadTimes() function
|
/reactos/modules/rostests/winetests/kernel32/ |
H A D | thread.c | 819 error=GetThreadTimes(thread,&creationTime,&exitTime, in test_GetThreadTimes() 837 error=GetThreadTimes(access_thread,&creationTime,&exitTime, in test_GetThreadTimes()
|
/reactos/dll/win32/kernel32/ |
H A D | kernel32.spec | 634 @ stdcall GetThreadTimes(long ptr ptr ptr ptr)
|
/reactos/sdk/include/psdk/ |
H A D | winbase.h | 2519 BOOL WINAPI GetThreadTimes(HANDLE,LPFILETIME,LPFILETIME,LPFILETIME,LPFILETIME);
|