Home
last modified time | relevance | path

Searched refs:nextAssoc (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
Dptw32_callUserDestroyRoutines.c107 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()
Dptw32_tkAssocDestroy.c84 if (assoc->thread->nextAssoc == assoc) in ptw32_tkAssocDestroy()
90 assoc->thread->nextAssoc = next; in ptw32_tkAssocDestroy()
Dimplement.h168 void *nextAssoc; member