Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/arch/posix/core/
Dposix_core.c60 enum {NOTUSED = 0, USED, ABORTING, ABORTED, FAILED} state; enumerator
127 (threads_table[this_th_nbr].state == ABORTING)) { in posix_wait_until_allowed()
186 if (threads_table[this_th_nbr].state == ABORTING) { in posix_swap()
469 threads_table[thread_idx].state = ABORTING; in posix_abort_thread()
/Zephyr-Core-3.6.0/scripts/native_simulator/common/src/
Dnct.c97 enum {NOTUSED = 0, USED, ABORTING, ABORTED, FAILED} state; enumerator
169 if (tt_el->state == ABORTING) { in nct_wait_until_allowed()
256 if (tt_el->state == ABORTING) { in nct_swap_threads()
626 tt_el->state = ABORTING; in nct_abort_thread()