Home
last modified time | relevance | path

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

/dports/print/texlive-base/texlive-20150521-source/texk/gsftopk/
H A Dgsftopk.c298 HANDLE hGsDataIn = 0, hGsDataOut = 0; /* Events to synchronize threads */ variable
565 if (hGsDataIn) in exit_toto_too()
566 CloseHandle(hGsDataIn); in exit_toto_too()
775 SetEvent(hGsDataIn); in gsdll_callback()
782 if (SetEvent(hGsDataIn) == FALSE) in gsdll_callback()
870 SetEvent(hGsDataIn); in Win32GsSendData()
945 switch (WaitForSingleObject(hGsDataIn, INFINITE)) { in data_fillbuf()
2659 hGsDataIn = CreateEvent(&sa, FALSE, FALSE, "gsDataIn"); in main()
2790 if (hGsDataIn) in main()
2791 CloseHandle(hGsDataIn); in main()