Home
last modified time | relevance | path

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

/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
Dptw32_tkAssocCreate.c75 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()
Dimplement.h401 typedef struct ThreadKeyAssoc ThreadKeyAssoc; typedef
403 struct ThreadKeyAssoc struct
504 ThreadKeyAssoc *nextKey; argument
505 ThreadKeyAssoc *nextThread; argument
506 ThreadKeyAssoc *prevKey; argument
507 ThreadKeyAssoc *prevThread; argument
663 void ptw32_tkAssocDestroy (ThreadKeyAssoc * assoc);
Dpthread_key_delete.c76 ThreadKeyAssoc *assoc; in pthread_key_delete()
86 while ((assoc = (ThreadKeyAssoc *) key->threads) != NULL) in pthread_key_delete()
Dptw32_tkAssocDestroy.c43 ptw32_tkAssocDestroy (ThreadKeyAssoc * assoc) in ptw32_tkAssocDestroy()
65 ThreadKeyAssoc * prev, * next; in ptw32_tkAssocDestroy()
Dpthread_setspecific.c124 ThreadKeyAssoc *assoc; in pthread_setspecific()
129 assoc = (ThreadKeyAssoc *) sp->keys; in pthread_setspecific()
Dptw32_callUserDestroyRoutines.c77 ThreadKeyAssoc * assoc; in ptw32_callUserDestroyRoutines()
123 if ((assoc = (ThreadKeyAssoc *)sp->nextAssoc) == NULL) in ptw32_callUserDestroyRoutines()