Home
last modified time | relevance | path

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

/Zephyr-latest/tests/lib/c_lib/thrd/src/
Dtss.c56 tss_set(key, arg); in thread_fn()
70 zassert_not_equal(thrd_success, tss_set(FORTY_TWO, (void *)BIOS_FOOD)); in ZTEST()
/Zephyr-latest/lib/libc/common/source/thrd/
Dtss.c32 int tss_set(tss_t key, void *val) in tss_set() function
/Zephyr-latest/lib/libc/common/include/
Dthreads.h74 int tss_set(tss_t key, void *val);