Home
last modified time | relevance | path

Searched defs:this (Results 1 – 3 of 3) sorted by relevance

/Zephyr-Core-3.6.0/scripts/native_simulator/common/src/
Dnce.c58 struct nce_status_t *this; in nce_init() local
85 struct nce_status_t *this = (struct nce_status_t *)this_arg; in nce_terminate() local
137 static void change_cpu_state_and_wait(struct nce_status_t *this, bool halted) in change_cpu_state_and_wait()
171 struct nce_status_t *this = (struct nce_status_t *)this_arg; in sw_wrapper() local
199 struct nce_status_t *this = (struct nce_status_t *)this_arg; in nce_boot_cpu() local
233 struct nce_status_t *this = (struct nce_status_t *)this_arg; in nce_halt_cpu() local
252 struct nce_status_t *this = (struct nce_status_t *)this_arg; in nce_wake_cpu() local
275 struct nce_status_t *this = (struct nce_status_t *)this_arg; in nce_is_cpu_running() local
Dnct.c133 static void abort_tail(struct te_status_t *this, int this_th_nbr) in abort_tail()
155 static void nct_wait_until_allowed(struct te_status_t *this, int this_th_nbr) in nct_wait_until_allowed()
187 static void nct_let_run(struct te_status_t *this, int next_allowed_th) in nct_let_run()
213 static void nct_exit_and_cleanup(struct te_status_t *this) in nct_exit_and_cleanup()
243 struct te_status_t *this = (struct te_status_t *)this_arg; in nct_swap_threads() local
280 struct te_status_t *this = (struct te_status_t *)this_arg; in nct_first_thread_start() local
294 struct te_status_t *this = element->ts_status; in nct_cleanup_handler() local
326 struct te_status_t *this = tt_el->ts_status; in nct_thread_starter() local
385 static struct threads_table_el *ttable_get_element(struct te_status_t *this, int index) in ttable_get_element()
404 static int ttable_get_empty_slot(struct te_status_t *this) in ttable_get_empty_slot()
[all …]
/Zephyr-Core-3.6.0/tests/arch/x86/info/src/
Dtimer.c15 uint32_t this, last; in sync() local