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

/macosx-10.9.5/tcl-102/tk/tk/generic/
H A DtkStyle.c104 int nbInit; /* Number of calls to the init proc. */ member in struct:ThreadSpecificData
189 if (tsdPtr->nbInit != 0) {
217 tsdPtr->nbInit++;
250 tsdPtr->nbInit--;
251 if (tsdPtr->nbInit != 0) {
/macosx-10.9.5/tcl-102/tk84/tk/generic/
H A DtkStyle.c109 int nbInit; /* Number of calls to the init proc. */ member in struct:ThreadSpecificData
206 if (tsdPtr->nbInit != 0) return;
232 tsdPtr->nbInit++;
265 tsdPtr->nbInit--;
266 if (tsdPtr->nbInit != 0) return;

Completed in 120 milliseconds