libcom: win32 poison TLS value

This commit is contained in:
Michael Davidsaver
2019-10-17 20:12:10 -07:00
parent 73481cebcb
commit a34a84f19f
2 changed files with 6 additions and 21 deletions
+2 -3
View File
@@ -227,9 +227,8 @@ epicsThread::~epicsThread () throw ()
char nameBuf [256];
this->getName ( nameBuf, sizeof ( nameBuf ) );
fprintf ( stderr,
"epicsThread::~epicsThread(): "
"blocking for thread \"%s\" to exit\n",
nameBuf );
"epicsThread::~epicsThread(): \"%s\" blocking for thread \"%s\" to exit\n",
getNameSelf(), nameBuf );
fprintf ( stderr,
"was epicsThread object destroyed before thread exit ?\n");
}