Searched refs:Tcl_GetChannelThread (Results 1 - 14 of 14) sorted by relevance

/macosx-10.10/tcl-105/tcl/tcl/generic/
H A DtclStubInit.c944 Tcl_GetChannelThread, /* 433 */
H A DtclDecls.h2557 EXTERN Tcl_ThreadId Tcl_GetChannelThread(Tcl_Channel channel);
5794 #ifndef Tcl_GetChannelThread
5795 #define Tcl_GetChannelThread \ macro
H A DtclIO.c1899 * Tcl_GetChannelThread --
1913 Tcl_GetChannelThread(
1890 Tcl_GetChannelThread( function
H A DtclTest.c5980 TclFormatInt(buf, (long) Tcl_GetChannelThread(chan));
/macosx-10.10/tcl-105/tcl/tcl/win/
H A DtclWinConsole.c1478 infoPtr->threadId = Tcl_GetChannelThread(infoPtr->channel);
H A DtclWinSerial.c2288 infoPtr->threadId = Tcl_GetChannelThread(infoPtr->channel);
H A DtclWinPipe.c3134 infoPtr->threadId = Tcl_GetChannelThread(infoPtr->channel);
/macosx-10.10/tcl-105/tcl84/tcl/generic/
H A DtclStubInit.c895 Tcl_GetChannelThread, /* 433 */
H A DtclDecls.h1378 EXTERN Tcl_ThreadId Tcl_GetChannelThread _ANSI_ARGS_((
4058 #ifndef Tcl_GetChannelThread
4059 #define Tcl_GetChannelThread \ macro
H A DtclIO.c1721 * Tcl_GetChannelThread --
1736 Tcl_GetChannelThread(chan)
1713 Tcl_GetChannelThread(chan) function
H A DtclTest.c5571 TclFormatInt(buf, (long) Tcl_GetChannelThread(chan));
/macosx-10.10/tcl-105/tcl84/tcl/win/
H A DtclWinConsole.c1433 infoPtr->threadId = Tcl_GetChannelThread (infoPtr->channel);
H A DtclWinSerial.c2167 infoPtr->threadId = Tcl_GetChannelThread (infoPtr->channel);
H A DtclWinPipe.c3119 infoPtr->threadId = Tcl_GetChannelThread (infoPtr->channel);

Completed in 253 milliseconds