Searched refs:nextAssoc (Results 1 – 3 of 3) sorted by relevance
107 sp->nextAssoc = sp->keys; in ptw32_callUserDestroyRoutines()123 if ((assoc = (ThreadKeyAssoc *)sp->nextAssoc) == NULL) in ptw32_callUserDestroyRoutines()156 sp->nextAssoc = assoc->nextKey; in ptw32_callUserDestroyRoutines()
84 if (assoc->thread->nextAssoc == assoc) in ptw32_tkAssocDestroy()90 assoc->thread->nextAssoc = next; in ptw32_tkAssocDestroy()
168 void *nextAssoc; member