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

/macosx-10.10/tcl-105/tcl/tcl/generic/
H A DtclThreadJoin.c34 int waitedUpon; /* Boolean flag. Initialized to 0 and set to 1 member in struct:JoinableThread
136 * as 'waitedUpon' will be set and we will have to error out.
139 if (threadPtr->waitedUpon) {
148 threadPtr->waitedUpon = 1;
158 * problem with dangling pointers here as 'waitedUpon == 1' is still valid
240 threadPtr->waitedUpon = 0;
307 if (threadPtr->waitedUpon) {
/macosx-10.10/tcl-105/tcl84/tcl/generic/
H A DtclThreadJoin.c34 int waitedUpon; /* Boolean flag. Initialized to 0 member in struct:JoinableThread
136 * rather quickly as 'waitedUpon' will be set and we will have to
140 if (threadPtr->waitedUpon) {
148 threadPtr->waitedUpon = 1;
157 * There is no problem with dangling pointers here as 'waitedUpon == 1'
241 threadPtr->waitedUpon = 0;
307 if (threadPtr->waitedUpon) {

Completed in 196 milliseconds