Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_winapi.c65 static int has_CancelIoEx = -1; variable
71 if (has_CancelIoEx == -1) in check_CancelIoEx()
76 has_CancelIoEx = (Py_CancelIoEx != NULL); in check_CancelIoEx()
78 return has_CancelIoEx; in check_CancelIoEx()