Home
last modified time | relevance | path

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

/third_party/python/Modules/
D_winapi.c67 static int has_CancelIoEx = -1; variable
73 if (has_CancelIoEx == -1) in check_CancelIoEx()
78 has_CancelIoEx = (Py_CancelIoEx != NULL); in check_CancelIoEx()
80 return has_CancelIoEx; in check_CancelIoEx()