Searched refs:testThread (Results 1 – 1 of 1) sorted by relevance
136 HANDLE testThread; in test_NtAtom() local180 testThread = CreateThread(NULL, 0, RtlAtomTestThread, &AtomTable, 0, NULL); in test_NtAtom()181 WaitForSingleObject(testThread, INFINITE); in test_NtAtom()182 CloseHandle(testThread); in test_NtAtom()