Searched refs:waitingListPtr (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/tcl-105/tcl/tcl/unix/
H A DtclUnixNotfy.c133 static ThreadSpecificData *waitingListPtr = NULL; variable
137 * descriptor associated with one of the threads on the waitingListPtr list to
138 * do something interesting. But if the contents of the waitingListPtr list
777 tsdPtr->nextPtr = waitingListPtr;
778 if (waitingListPtr) {
779 waitingListPtr->prevPtr = tsdPtr;
782 waitingListPtr = tsdPtr;
810 waitingListPtr = tsdPtr->nextPtr;
964 for (tsdPtr = waitingListPtr; tsdPtr; tsdPtr = tsdPtr->nextPtr) {
1014 for (tsdPtr = waitingListPtr; tsdPt
[all...]
/macosx-10.10/tcl-105/tcl84/tcl/unix/
H A DtclUnixNotfy.c132 static ThreadSpecificData *waitingListPtr = NULL; variable
136 * file descriptor associated with one of the threads on the waitingListPtr
138 * waitingListPtr list ever changes, we need to wake up and restart
760 tsdPtr->nextPtr = waitingListPtr;
761 if (waitingListPtr) {
762 waitingListPtr->prevPtr = tsdPtr;
765 waitingListPtr = tsdPtr;
791 waitingListPtr = tsdPtr->nextPtr;
962 for (tsdPtr = waitingListPtr; tsdPtr; tsdPtr = tsdPtr->nextPtr) {
1012 for (tsdPtr = waitingListPtr; tsdPt
[all...]
/macosx-10.10/tcl-105/tcl84/tcl/macosx/
H A DtclMacOSXNotify.c132 static ThreadSpecificData *waitingListPtr = NULL; variable
136 * descriptor associated with one of the threads on the waitingListPtr list to
137 * do something interesting. But if the contents of the waitingListPtr list
929 tsdPtr->nextPtr = waitingListPtr;
930 if (waitingListPtr) {
931 waitingListPtr->prevPtr = tsdPtr;
934 waitingListPtr = tsdPtr;
982 waitingListPtr = tsdPtr->nextPtr;
1085 for (tsdPtr = waitingListPtr; tsdPtr; tsdPtr = tsdPtr->nextPtr) {
1135 for (tsdPtr = waitingListPtr; tsdPt
[all...]
/macosx-10.10/tcl-105/tcl/tcl/macosx/
H A DtclMacOSXNotify.c315 static ThreadSpecificData *waitingListPtr = NULL; variable
319 * descriptor associated with one of the threads on the waitingListPtr list to
320 * do something interesting. But if the contents of the waitingListPtr list
1440 tsdPtr->nextPtr = waitingListPtr;
1441 if (waitingListPtr) {
1442 waitingListPtr->prevPtr = tsdPtr;
1445 waitingListPtr = tsdPtr;
1451 waitingListPtr = tsdPtr->nextPtr;
1765 for (tsdPtr = waitingListPtr; tsdPtr; tsdPtr = tsdPtr->nextPtr) {
1812 for (tsdPtr = waitingListPtr; tsdPt
[all...]

Completed in 83 milliseconds