Home
last modified time | relevance | path

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

/Zephyr-latest/scripts/native_simulator/common/src/
Dnce.c83 void nce_terminate(void *this_arg) in nce_terminate() argument
85 struct nce_status_t *this = (struct nce_status_t *)this_arg; in nce_terminate()
169 static void *sw_wrapper(void *this_arg) in sw_wrapper() argument
171 struct nce_status_t *this = (struct nce_status_t *)this_arg; in sw_wrapper()
197 void nce_boot_cpu(void *this_arg, void (*start_routine)(void)) in nce_boot_cpu() argument
199 struct nce_status_t *this = (struct nce_status_t *)this_arg; in nce_boot_cpu()
209 NSI_SAFE_CALL(pthread_create(&sw_thread, NULL, sw_wrapper, this_arg)); in nce_boot_cpu()
231 void nce_halt_cpu(void *this_arg) in nce_halt_cpu() argument
233 struct nce_status_t *this = (struct nce_status_t *)this_arg; in nce_halt_cpu()
250 void nce_wake_cpu(void *this_arg) in nce_wake_cpu() argument
[all …]
Dnct.c243 void nct_swap_threads(void *this_arg, int next_allowed_thread_nbr) in nct_swap_threads() argument
245 struct te_status_t *this = (struct te_status_t *)this_arg; in nct_swap_threads()
280 void nct_first_thread_start(void *this_arg, int next_allowed_thread_nbr) in nct_first_thread_start() argument
282 struct te_status_t *this = (struct te_status_t *)this_arg; in nct_first_thread_start()
460 int nct_new_thread(void *this_arg, void *payload) in nct_new_thread() argument
462 struct te_status_t *this = (struct te_status_t *)this_arg; in nct_new_thread()
555 void nct_clean_up(void *this_arg) in nct_clean_up() argument
557 struct te_status_t *this = (struct te_status_t *)this_arg; in nct_clean_up()
607 void nct_abort_thread(void *this_arg, int thread_idx) in nct_abort_thread() argument
609 struct te_status_t *this = (struct te_status_t *)this_arg; in nct_abort_thread()
[all …]