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

  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
ptw32_tkAssocDestroy.c 84 if (assoc->thread->nextAssoc == assoc)
90 assoc->thread->nextAssoc = next;
ptw32_callUserDestroyRoutines.c 107 sp->nextAssoc = sp->keys;
123 if ((assoc = (ThreadKeyAssoc *)sp->nextAssoc) == NULL)
148 * sp->nextAssoc will point to a new assoc.
156 sp->nextAssoc = assoc->nextKey;
implement.h 168 void *nextAssoc;
    [all...]

Completed in 68 milliseconds