Searched refs:ti (Results 1 – 2 of 2) sorted by relevance
457 nxt_py_thread_info_t *ti; in nxt_python_init_threads() local495 ti = &nxt_py_threads[i]; in nxt_python_init_threads()512 nxt_py_thread_info_t *ti; in nxt_python_ready_handler() local522 ti = &nxt_py_threads[i]; in nxt_python_ready_handler()524 ti->ctx = ctx; in nxt_python_ready_handler()547 nxt_py_thread_info_t *ti; in nxt_python_thread_func() local549 ti = data; in nxt_python_thread_func()562 ctx = nxt_unit_ctx_alloc(ti->ctx, ti->ctx_data); in nxt_python_thread_func()588 nxt_py_thread_info_t *ti; in nxt_python_join_threads() local597 ti = &nxt_py_threads[i]; in nxt_python_join_threads()[all …]
112 struct __pthrdsinfo ti; in nxt_thread_get_tid() local117 err = pthread_getthrds_np(&pt, PTHRDSINFO_QUERY_TID, &ti, in nxt_thread_get_tid()121 return ti.__pi_tid; in nxt_thread_get_tid()