Home
last modified time | relevance | path

Searched refs:ThreadKeyAssoc (Results 1 – 6 of 6) sorted by relevance

/relibc/pthreads-emb/
H A Dimplement.h224 typedef struct ThreadKeyAssoc ThreadKeyAssoc; typedef
293 struct ThreadKeyAssoc struct
395 ThreadKeyAssoc *nextKey; argument
396 ThreadKeyAssoc *nextThread; argument
397 ThreadKeyAssoc *prevKey; argument
398 ThreadKeyAssoc *prevThread; argument
488 void pte_tkAssocDestroy (ThreadKeyAssoc * assoc);
H A Dpte_tkAssocCreate.c83 ThreadKeyAssoc *assoc; in pte_tkAssocCreate()
92 assoc = (ThreadKeyAssoc *) calloc (1, sizeof (*assoc)); in pte_tkAssocCreate()
106 assoc->nextThread = (ThreadKeyAssoc *) key->threads; in pte_tkAssocCreate()
117 assoc->nextKey = (ThreadKeyAssoc *) sp->keys; in pte_tkAssocCreate()
H A Dpthread_key_delete.c87 ThreadKeyAssoc *assoc; in pthread_key_delete()
96 while ((assoc = (ThreadKeyAssoc *) key->threads) != NULL) in pthread_key_delete()
H A Dpte_tkAssocDestroy.c51 pte_tkAssocDestroy (ThreadKeyAssoc * assoc) in pte_tkAssocDestroy()
73 ThreadKeyAssoc * prev, * next; in pte_tkAssocDestroy()
H A Dpthread_setspecific.c130 ThreadKeyAssoc *assoc; in pthread_setspecific()
138 assoc = (ThreadKeyAssoc *) sp->keys; in pthread_setspecific()
H A Dpte_callUserDestroyRoutines.c76 ThreadKeyAssoc * assoc; in pte_callUserDestroyRoutines()
120 if ((assoc = (ThreadKeyAssoc *)sp->nextAssoc) == NULL) in pte_callUserDestroyRoutines()