Searched refs:this_arg (Results 1 – 2 of 2) sorted by relevance
83 void nce_terminate(void *this_arg) in nce_terminate() argument85 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() argument171 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() argument199 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() argument233 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 …]
243 void nct_swap_threads(void *this_arg, int next_allowed_thread_nbr) in nct_swap_threads() argument245 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() argument282 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() argument462 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() argument557 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() argument609 struct te_status_t *this = (struct te_status_t *)this_arg; in nct_abort_thread()[all …]