Searched refs:tss_get (Results 1 – 3 of 3) sorted by relevance
55 zassert_equal(tss_get(key), NULL); in thread_fn()57 zassert_equal(tss_get(key), arg); in thread_fn()69 zassert_is_null(tss_get(BIOS_FOOD)); in ZTEST()71 zassert_is_null(tss_get(FORTY_TWO)); in ZTEST()
27 void *tss_get(tss_t key) in tss_get() function
73 void *tss_get(tss_t key);