Home
last modified time | relevance | path

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

/unit/src/python/
H A Dnxt_python_asgi_lifespan.c26 int shutdown_called; member
188 lifespan->shutdown_called = 0; in nxt_py_asgi_lifespan_target_startup()
357 lifespan->shutdown_called = 1; in nxt_py_asgi_lifespan_target_shutdown()
431 if (lifespan->shutdown_called && !lifespan->shutdown_received) { in nxt_py_asgi_lifespan_receive()