Searched refs:stdout_thread (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/
H A Dwinconsole.cpp84 HANDLE stdin_thread, stdout_thread, stderr_thread; local
145 stdout_thread = CreateThread(NULL, 0, echo_thread, (void*) &stdout, 0, &unused);
149 WaitForSingleObject(stdout_thread, INFINITE);

Completed in 205 milliseconds