Home
last modified time | relevance | path

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

/titanic_44/usr/src/head/
H A Dthreads.h52 typedef void (*tss_dtor_t)(void *); typedef
93 extern int tss_create(tss_t *, tss_dtor_t);
/titanic_44/usr/src/test/libc-tests/cfg/symbols/
H A Dthreads_h.cfg28 type | tss_dtor_t | threads.h | -ALL +C11
160 tss_t *; tss_dtor_t |\
/titanic_44/usr/src/lib/libc/port/threads/
H A Dc11_thr.c267 tss_create(tss_t *key, tss_dtor_t dtor) in tss_create()