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

/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A DtclThreadTest.c94 Tcl_ThreadId srcThreadId; /* Id of sending thread, in case it dies */ member in struct:ThreadEventResult
783 resultPtr->srcThreadId = Tcl_GetCurrentThread();
1029 if (resultPtr->srcThreadId == self) {
/macosx-10.10.1/tcl-105/tcl84/tcl/generic/
H A DtclThreadTest.c90 Tcl_ThreadId srcThreadId; /* Id of sending thread, in case it dies */ member in struct:ThreadEventResult
768 resultPtr->srcThreadId = Tcl_GetCurrentThread();
1009 if (resultPtr->srcThreadId == self) {
/macosx-10.10.1/tcl-105/tcl_ext/thread/thread/generic/
H A DthreadCmd.c116 Tcl_ThreadId srcThreadId; /* Id of sender, if it dies */ member in struct:ThreadEventResult
191 Tcl_ThreadId srcThreadId; /* Id of src thread, if it dies */ member in struct:TransferResult
2218 resultPtr->srcThreadId = Tcl_GetCurrentThread();
2353 * Maintain the cleanup list. By setting the dst/srcThreadId
2365 resultPtr->srcThreadId = (Tcl_ThreadId)0;
2554 resultPtr->srcThreadId = Tcl_GetCurrentThread();
2786 resultPtr->srcThreadId = Tcl_GetCurrentThread();
3437 if (resultPtr->srcThreadId == self) {
3463 if (tResultPtr->srcThreadId == self) {

Completed in 180 milliseconds