Home | History | Annotate | Download | only in source

Lines Matching defs:thread

41         // Set the thread name to appear in the VS debugger.
157 // Wait up to 2 seconds for the thread to complete.
191 "Thread with name:%s started ", _name);
192 SetThreadName(-1, _name); // -1, set thread name for the calling thread.
196 "Thread without name started");
215 "Thread with name:%s stopped", _name);
218 "Thread without name stopped");
225 HANDLE thread = _thread;
227 CloseHandle(thread);