Searched defs:ThreadKeyAssoc (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
H A Dimplement.h401 typedef struct ThreadKeyAssoc ThreadKeyAssoc; typedef in typeref:struct:ThreadKeyAssoc
403 struct ThreadKeyAssoc struct
504 ThreadKeyAssoc *nextKey;
505 ThreadKeyAssoc *nextThread;
506 ThreadKeyAssoc *prevKey;
507 ThreadKeyAssoc *prevThread;
663 void ptw32_tkAssocDestroy (ThreadKeyAssoc * assoc);

Completed in 342 milliseconds