Home | History | Annotate | Download | only in apps

Lines Matching defs:thr

320 		HANDLE	thr;
322 thr = CreateThread(NULL,4096,sleepy,NULL,0,NULL);
323 if (thr==NULL)
329 CloseHandle(thr); /* detach the thread */