Searched refs:listPtr (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Component.cpp7118 DCItem *listPtr = head; local
7119 while (listPtr) {
7120 DCItem *nextPtr = listPtr->next;
7121 if (listPtr->hDC == hDC) {
7125 prevPtrPtr = &listPtr->next;
7126 listPtr = nextPtr;
7129 return listPtr;
7142 DCItem *listPtr = head; local
7145 while (listPtr) {
7146 DCItem *nextPtr = listPtr
7167 DCItem *listPtr = head; local
[all...]
/openjdk7/jdk/src/share/back/
H A DthreadControl.c1116 jthread **listPtr = (jthread **)arg; local
1118 **listPtr = node->thread;
1119 (*listPtr)++;

Completed in 56 milliseconds