Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A D_winapi.c68 static BOOL (CALLBACK *Py_CancelIoEx)(HANDLE, LPOVERLAPPED); variable
76 * (FARPROC *) &Py_CancelIoEx = GetProcAddress(hKernel32, in check_CancelIoEx()
78 has_CancelIoEx = (Py_CancelIoEx != NULL); in check_CancelIoEx()
138 Py_CancelIoEx(self->handle, &self->overlapped) && in overlapped_dealloc()
311 res = Py_CancelIoEx(self->handle, &self->overlapped); in _winapi_Overlapped_cancel_impl()

Completed in 3 milliseconds