Home
last modified time | relevance | path

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

/Zephyr-latest/lib/libc/common/source/thrd/
Dtss.c13 int tss_create(tss_t *key, tss_dtor_t destructor) in tss_create()
27 void *tss_get(tss_t key) in tss_get()
32 int tss_set(tss_t key, void *val) in tss_set()
44 void tss_delete(tss_t key) in tss_delete()
/Zephyr-latest/lib/libc/common/include/
Dthreads.h72 int tss_create(tss_t *key, tss_dtor_t destructor);
73 void *tss_get(tss_t key);
74 int tss_set(tss_t key, void *val);
75 void tss_delete(tss_t key);
/Zephyr-latest/lib/libc/common/include/machine/
D_threads.h19 typedef int tss_t; typedef
/Zephyr-latest/tests/lib/c_lib/thrd/src/
Dtss.c14 static tss_t key;