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

/macosx-10.10.1/tcl-105/tcl_ext/thread/thread/generic/
H A DthreadCmd.c3397 const char *diemsg = "target thread died";
3455 resultPtr->result = strcpy(Tcl_Alloc(1+strlen(diemsg)), diemsg);
3482 tResultPtr->resultMsg = strcpy(Tcl_Alloc(1+strlen(diemsg)),
3483 diemsg);
3349 const char *diemsg = "target thread died"; local

Completed in 113 milliseconds