Home
last modified time | relevance | path

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

/external/ms-tpm-20-ref/TPMCmd/Simulator/src/
DTcpServer.c439 HANDLE hThr; in ActTimeService() local
447 hThr = CreateThread(NULL, 0, in ActTimeService()
450 if(hThr != NULL) in ActTimeService()
451 CloseHandle(hThr); in ActTimeService()