Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/arch/posix/core/
Dposix_core.c71 enum {NOTUSED = 0, USED, ABORTING, ABORTED, FAILED} state; enumerator
374 threads_table[t_slot].state = USED; in posix_new_thread()
439 if (threads_table[i].state != USED) { in posix_core_clean_up()
459 if (threads_table[thread_idx].state != USED) { /* LCOV_EXCL_BR_LINE */ in posix_abort_thread()