Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/ntdll/
H A Datom.c136 HANDLE testThread; in test_NtAtom() local
180 testThread = CreateThread(NULL, 0, RtlAtomTestThread, &AtomTable, 0, NULL); in test_NtAtom()
181 WaitForSingleObject(testThread, INFINITE); in test_NtAtom()
182 CloseHandle(testThread); in test_NtAtom()