Searched refs:ThreadKeyAssoc (Results 1 – 6 of 6) sorted by relevance
75 ThreadKeyAssoc *assoc; in ptw32_tkAssocCreate()84 assoc = (ThreadKeyAssoc *) calloc (1, sizeof (*assoc)); in ptw32_tkAssocCreate()98 assoc->nextThread = (ThreadKeyAssoc *) key->threads; in ptw32_tkAssocCreate()109 assoc->nextKey = (ThreadKeyAssoc *) sp->keys; in ptw32_tkAssocCreate()
401 typedef struct ThreadKeyAssoc ThreadKeyAssoc; typedef403 struct ThreadKeyAssoc struct504 ThreadKeyAssoc *nextKey; argument505 ThreadKeyAssoc *nextThread; argument506 ThreadKeyAssoc *prevKey; argument507 ThreadKeyAssoc *prevThread; argument663 void ptw32_tkAssocDestroy (ThreadKeyAssoc * assoc);
76 ThreadKeyAssoc *assoc; in pthread_key_delete()86 while ((assoc = (ThreadKeyAssoc *) key->threads) != NULL) in pthread_key_delete()
43 ptw32_tkAssocDestroy (ThreadKeyAssoc * assoc) in ptw32_tkAssocDestroy()65 ThreadKeyAssoc * prev, * next; in ptw32_tkAssocDestroy()
124 ThreadKeyAssoc *assoc; in pthread_setspecific()129 assoc = (ThreadKeyAssoc *) sp->keys; in pthread_setspecific()
77 ThreadKeyAssoc * assoc; in ptw32_callUserDestroyRoutines()123 if ((assoc = (ThreadKeyAssoc *)sp->nextAssoc) == NULL) in ptw32_callUserDestroyRoutines()