Home
last modified time | relevance | path

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

/Zephyr-latest/lib/libc/common/include/
Dthreads.h28 thrd_busy, enumerator
29 #define thrd_busy thrd_busy macro
/Zephyr-latest/lib/libc/common/source/thrd/
Dtss.c19 return thrd_busy; in tss_create()
Dmtx.c85 return thrd_busy; in mtx_trylock()
/Zephyr-latest/tests/lib/c_lib/thrd/src/
Dmtx.c152 zassert_equal(thrd_busy, ret); in ZTEST()