Searched refs:tss_t (Results 1 – 13 of 13) 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 *);
267 tss_create(tss_t *key, tss_dtor_t dtor) in tss_create()275 tss_delete(tss_t key) in tss_delete()282 tss_get(tss_t key) in tss_get()288 tss_set(tss_t key, void *val) in tss_set()
25 type | tss_t | threads.h | -ALL +C11160 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
669 extern tss_t *ktss0;672 extern tss_t *dftss0;
117 tss_t ct_tss;
105 tss_t *mcpu_tss; /* TSS */
25 static tss_t ct_key;
110 tss_t *ktss0; /* kernel task state structure */113 tss_t *dftss0; /* #DF double-fault exception */1239 ktss0 = (tss_t *)BOP_ALLOC(bootops, (caddr_t)KTSS_VA, in init_desctbls()1247 dftss0 = (tss_t *)BOP_ALLOC(bootops, (caddr_t)DFTSS_VA, in init_desctbls()
95 tss_t
111 tss_t
175 tss_t *ntss; in mach_cpucontext_alloc_tables()
2006 tss_t *tss = CPU->cpu_tss; in dump_tss()2027 tss_t *tss = CPU->cpu_tss; in dump_tss()