Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/lib/hash/
Dhash_map_oa_lp.c20 USED, enumerator
52 case USED: in sys_hashmap_oa_lp_find()
96 case USED: in sys_hashmap_oa_lp_insert_no_rehash()
106 entry->state = USED; in sys_hashmap_oa_lp_insert_no_rehash()
154 if (entry->state == USED) { in sys_hashmap_oa_lp_rehash()
185 if (entry->state == USED) { in sys_hashmap_oa_lp_iter_next()
218 if (entry->state == USED) { in sys_hashmap_oa_lp_clear()
/Zephyr-Core-3.6.0/arch/posix/core/
Dposix_core.c60 enum {NOTUSED = 0, USED, ABORTING, ABORTED, FAILED} state; enumerator
362 threads_table[t_slot].state = USED; in posix_new_thread()
432 if (threads_table[i].state != USED) { in posix_arch_clean_up()
459 if (threads_table[thread_idx].state != USED) { /* LCOV_EXCL_BR_LINE */ 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
467 tt_el->state = USED; in nct_new_thread()
567 if (tt_el->state != USED) { in nct_clean_up()
617 if (tt_el->state != USED) { /* LCOV_EXCL_BR_LINE */ in nct_abort_thread()
/Zephyr-Core-3.6.0/dts/xtensa/nxp/
Dnxp_imx8.dtsi68 * DRIVER CAN BE USED ON i.MX8QM/QXP. DO NOT ATTEMPT TO