HomeSort by relevance Sort by last modified time
    Searched refs:ThreadKeyAssoc (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
ptw32_tkAssocCreate.c 75 ThreadKeyAssoc *assoc;
84 assoc = (ThreadKeyAssoc *) calloc (1, sizeof (*assoc));
98 assoc->nextThread = (ThreadKeyAssoc *) key->threads;
109 assoc->nextKey = (ThreadKeyAssoc *) sp->keys;
pthread_key_delete.c 76 ThreadKeyAssoc *assoc;
86 while ((assoc = (ThreadKeyAssoc *) key->threads) != NULL)
ptw32_tkAssocDestroy.c 43 ptw32_tkAssocDestroy (ThreadKeyAssoc * assoc)
46 * This routine releases all resources for the given ThreadKeyAssoc
52 * an instance of ThreadKeyAssoc.
65 ThreadKeyAssoc * prev, * next;
pthread_setspecific.c 124 ThreadKeyAssoc *assoc;
129 assoc = (ThreadKeyAssoc *) sp->keys;
ptw32_callUserDestroyRoutines.c 77 ThreadKeyAssoc * assoc;
123 if ((assoc = (ThreadKeyAssoc *)sp->nextAssoc) == NULL)
implement.h 401 typedef struct ThreadKeyAssoc ThreadKeyAssoc;
403 struct ThreadKeyAssoc
504 ThreadKeyAssoc *nextKey;
505 ThreadKeyAssoc *nextThread;
506 ThreadKeyAssoc *prevKey;
507 ThreadKeyAssoc *prevThread;
663 void ptw32_tkAssocDestroy (ThreadKeyAssoc * assoc);
    [all...]

Completed in 1119 milliseconds