Home
last modified time | relevance | path

Searched refs:nxt_py_thread_info_t (Results 1 – 1 of 1) sorted by last modified time

/unit/src/python/
H A Dnxt_python.c22 } nxt_py_thread_info_t; typedef
69 static nxt_py_thread_info_t *nxt_py_threads;
586 nxt_py_thread_info_t *ti; in nxt_python_init_threads()
613 nxt_py_threads = nxt_unit_malloc(NULL, sizeof(nxt_py_thread_info_t) in nxt_python_init_threads()
621 memset(nxt_py_threads, 0, sizeof(nxt_py_thread_info_t) * (c->threads - 1)); in nxt_python_init_threads()
641 nxt_py_thread_info_t *ti; in nxt_python_ready_handler()
676 nxt_py_thread_info_t *ti; in nxt_python_thread_func()
717 nxt_py_thread_info_t *ti; in nxt_python_join_threads()