Searched refs:nxt_py_proto (Results 1 – 1 of 1) sorted by relevance
70 static nxt_python_proto_t nxt_py_proto; variable358 if (nxt_py_proto.startup != NULL) { in nxt_python_start()369 rc = nxt_py_proto.run(unit_ctx); in nxt_python_start()375 nxt_py_proto.ctx_data_free(python_init.ctx_data); in nxt_python_start()388 nxt_py_proto.ctx_data_free(python_init.ctx_data); in nxt_python_start()626 res = nxt_py_proto.ctx_data_alloc(&ti->ctx_data, 0); in nxt_python_init_threads()685 if (nxt_py_proto.startup != NULL) { in nxt_python_thread_func()696 (void) nxt_py_proto.run(ctx); in nxt_python_thread_func()749 nxt_py_proto.ctx_data_free(ti->ctx_data); in nxt_python_join_threads()802 if (nxt_py_proto.done != NULL) { in nxt_python_atexit()[all …]