Searched refs:dstThreadId (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/tcl-105/tcl_ext/thread/thread/generic/
H A DthreadCmd.c117 Tcl_ThreadId dstThreadId; /* Id of target, if it dies */ member in struct:ThreadEventResult
192 Tcl_ThreadId dstThreadId; /* Id of tgt thread, if it dies */ member in struct:TransferResult
2219 resultPtr->dstThreadId = thrId;
2366 resultPtr->dstThreadId = (Tcl_ThreadId)0;
2414 && !resPtr->dstThreadId) {
2553 resultPtr->dstThreadId = thrId;
2785 resultPtr->dstThreadId = thrId;
3447 } else if (resultPtr->dstThreadId == self) {
3475 } else if (tResultPtr->dstThreadId == self) {
/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A DtclThreadTest.c95 Tcl_ThreadId dstThreadId; /* Id of target thread, in case it dies */ member in struct:ThreadEventResult
784 resultPtr->dstThreadId = threadId;
1046 } else if (resultPtr->dstThreadId == self) {
/macosx-10.10.1/tcl-105/tcl84/tcl/generic/
H A DtclThreadTest.c91 Tcl_ThreadId dstThreadId; /* Id of target thread, in case it dies */ member in struct:ThreadEventResult
769 resultPtr->dstThreadId = threadId;
1025 } else if (resultPtr->dstThreadId == self) {

Completed in 207 milliseconds