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

/openjdk9/jdk/src/java.desktop/windows/native/libawt/windows/
H A Dawt_Component.cpp7299 DCItem *listPtr = head; local
7300 while (listPtr) {
7301 DCItem *nextPtr = listPtr->next;
7302 if (listPtr->hDC == hDC && listPtr->hWnd == hWnd) {
7306 prevPtrPtr = &listPtr->next;
7307 listPtr = nextPtr;
7310 return listPtr;
7323 DCItem *listPtr = head; local
7326 while (listPtr) {
7348 DCItem *listPtr = head; local
[all...]
/openjdk9/jdk/src/jdk.jdwp.agent/share/native/libjdwp/
H A DthreadControl.c1116 jthread **listPtr = (jthread **)arg; local
1118 **listPtr = node->thread;
1119 (*listPtr)++;

Completed in 126 milliseconds