Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_asynciomodule.c41 static uint64_t task_name_counter = 0; variable
2090 name = PyUnicode_FromFormat("Task-%" PRIu64, ++task_name_counter); in _asyncio_Task___init___impl()