Home
last modified time | relevance | path

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

/freebsd/lib/libstdthreads/
H A Dtss.c35 tss_create(tss_t *key, tss_dtor_t dtor) in tss_create()
44 tss_delete(tss_t key) in tss_delete()
51 tss_get(tss_t key) in tss_get()
58 tss_set(tss_t key, void *val) in tss_set()
H A Dthreads.h46 typedef int tss_t; typedef
109 int tss_create(tss_t *, tss_dtor_t);
110 void tss_delete(tss_t);
111 void * tss_get(tss_t);
112 int tss_set(tss_t, void *);
/freebsd/contrib/llvm-project/libcxx/include/__thread/support/
H A Dc11.h177 typedef tss_t __libcpp_tls_key;
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DCSymbolMap.inc838 SYMBOL(tss_t, None, <threads.h>)