Home
last modified time | relevance | path

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

/openssl/apps/
H A Dspeed.c190 static HANDLE thr; in Time_F() local
194 thr = CreateThread(NULL, 4096, sleepy, NULL, 0, NULL); in Time_F()
195 if (thr == NULL) { in Time_F()
206 TerminateThread(thr, 0); in Time_F()
207 CloseHandle(thr); in Time_F()

Completed in 13 milliseconds