Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/_multiprocessing/
Dwin32_functions.c12 #define WIN32_FUNCTION(func) \ macro
219 WIN32_FUNCTION(CloseHandle),
220 WIN32_FUNCTION(GetLastError),
221 WIN32_FUNCTION(OpenProcess),
222 WIN32_FUNCTION(ExitProcess),
223 WIN32_FUNCTION(ConnectNamedPipe),
224 WIN32_FUNCTION(CreateFile),
225 WIN32_FUNCTION(CreateNamedPipe),
226 WIN32_FUNCTION(SetNamedPipeHandleState),
227 WIN32_FUNCTION(WaitNamedPipe),