Home
last modified time | relevance | path

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

/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
Dptw32_tkAssocCreate.c98 assoc->nextThread = (ThreadKeyAssoc *) key->threads; in ptw32_tkAssocCreate()
99 if (assoc->nextThread != NULL) in ptw32_tkAssocCreate()
101 assoc->nextThread->prevThread = assoc; in ptw32_tkAssocCreate()
Dptw32_tkAssocDestroy.c95 next = assoc->nextThread; in ptw32_tkAssocDestroy()
98 prev->nextThread = next; in ptw32_tkAssocDestroy()
Dimplement.h505 ThreadKeyAssoc *nextThread; member
/external/libnfc-nxp/Linux_x86/
DphOsalNfc_Common.h74 struct phOsalNfc_sOsalHandle *nextThread; member
/external/apache-http/src/org/apache/http/impl/conn/tsccm/
DRouteSpecificPool.java288 public WaitingThread nextThread() { in nextThread() method in RouteSpecificPool
DConnPoolByRoute.java624 waitingThread = rospl.nextThread();