Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/kernel32/
H A Dthread.c796 FILETIME creationTime,exitTime,kernelTime,userTime; in test_GetThreadTimes() local
814 creationTime.dwLowDateTime=99; creationTime.dwHighDateTime=99; in test_GetThreadTimes()
819 error=GetThreadTimes(thread,&creationTime,&exitTime, in test_GetThreadTimes()
826 ok(creationTime.dwLowDateTime!=99 || creationTime.dwHighDateTime!=99, in test_GetThreadTimes()
837 error=GetThreadTimes(access_thread,&creationTime,&exitTime, in test_GetThreadTimes()