Home
last modified time | relevance | path

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

/dports/lang/onyx/onyx-5.1.2/lib/libonyx/include/libonyx/
H A Dnxo_thread.h403 cw_nxoe_thread_t *thread; in nxo_thread_nx_get()
418 cw_nxoe_thread_t *thread; in nxo_thread_maxestack_get()
434 cw_nxoe_thread_t *thread; in nxo_thread_tailopt_get()
458 cw_nxoe_thread_t *thread; in nxo_thread_ostack_get()
474 cw_nxoe_thread_t *thread; in nxo_thread_cstack_get()
490 cw_nxoe_thread_t *thread; in nxo_thread_dstack_get()
505 cw_nxoe_thread_t *thread; in nxo_thread_estack_get()
520 cw_nxoe_thread_t *thread; in nxo_thread_istack_get()
535 cw_nxoe_thread_t *thread; in nxo_thread_tstack_get()
550 cw_nxoe_thread_t *thread; in nxo_thread_stdin_get()
[all …]
H A Dnxo_thread_l.h61 cw_nxoe_thread_t *thread; in nxo_l_thread_trapped_arg_get()
66 thread = (cw_nxoe_thread_t *) a_nxo->o.nxoe; in nxo_l_thread_trapped_arg_get()
77 cw_nxoe_thread_t *thread; in nxo_l_thread_regex_cache_get()
82 thread = (cw_nxoe_thread_t *) a_nxo->o.nxoe; in nxo_l_thread_regex_cache_get()
93 cw_nxoe_thread_t *thread; in nxoe_l_thread_delete()
95 thread = (cw_nxoe_thread_t *) a_nxoe; in nxoe_l_thread_delete()
112 nxa_free(thread, sizeof(cw_nxoe_thread_t)); in nxoe_l_thread_delete()
121 cw_nxoe_thread_t *thread; in nxoe_l_thread_ref_iter()
127 thread = (cw_nxoe_thread_t *) a_nxoe; in nxoe_l_thread_ref_iter()
/dports/lang/onyx/onyx-5.1.2/lib/libonyx/src/
H A Dnxo_thread.c133 cw_nxoe_thread_t *thread; in nxo_threadp_delete()
163 cw_nxoe_thread_t *thread; in nxo_threadp_delete()
177 cw_nxoe_thread_t *thread; in nxo_threadp_delete()
302 cw_nxoe_thread_t *thread; in nxo_thread_new()
305 thread = (cw_nxoe_thread_t *) nxa_calloc(1, sizeof(cw_nxoe_thread_t)); in nxo_thread_new()
393 cw_nxoe_thread_t *thread; in nxo_p_thread_start()
413 cw_nxoe_thread_t *thread; in nxo_thread_start()
440 cw_nxoe_thread_t *thread; in nxo_thread_exit()
456 cw_nxoe_thread_t *thread = (cw_nxoe_thread_t *) a_arg; in nxo_p_thread_entry()
501 cw_nxoe_thread_t *thread; in nxo_thread_thread()
[all …]