Searched defs:_canStartTests (Results 1 - 1 of 1) sorted by relevance

/inkscape/cxxtest/cxxtest/
H A DWin32Gui.h90 HANDLE _canStartTests; member in class:CxxTest::Win32Gui
135 _canStartTests = CreateEvent( NULL, TRUE, FALSE, NULL );
138 WaitForSingleObject( _canStartTests, INFINITE );
312 SetEvent( _canStartTests );

Completed in 205 milliseconds