Lines Matching refs:this_arg
83 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
252 struct nce_status_t *this = (struct nce_status_t *)this_arg; in nce_wake_cpu()
273 int nce_is_cpu_running(void *this_arg) in nce_is_cpu_running() argument
275 struct nce_status_t *this = (struct nce_status_t *)this_arg; in nce_is_cpu_running()