Searched refs:tss_t (Results 1 – 12 of 12) sorted by relevance
50 typedef pthread_key_t tss_t; typedef93 extern int tss_create(tss_t *, tss_dtor_t);94 extern void tss_delete(tss_t);95 extern void *tss_get(tss_t);96 extern int tss_set(tss_t, void *);
268 tss_create(tss_t *key, tss_dtor_t dtor) in tss_create()276 tss_delete(tss_t key) in tss_delete()283 tss_get(tss_t key) in tss_get()289 tss_set(tss_t key, void *val) in tss_set()
25 type | tss_t | threads.h | -ALL +C11+160 tss_t *; tss_dtor_t |\165 tss_t |\170 tss_t |\175 tss_t; void * |\
165 typedef struct tss64 tss_t; typedef169 typedef struct tss32 tss_t; typedef
688 extern tss_t *ktss0;691 extern tss_t *dftss0;
122 tss_t ct_tss;
182 tss_t *mcpu_tss; /* TSS */
25 static tss_t ct_key;
111 tss_t
109 tss_t *ktss0; /* kernel task state structure */1009 ktss0 = (tss_t *)BOP_ALLOC(bootops, (caddr_t)KTSS_VA, in init_desctbls()
172 tss_t *ntss; in mach_cpucontext_alloc_tables()
1882 tss_t *tss = CPU->cpu_tss; in dump_tss()