Diff
Not logged in

Differences From Artifact [c2a1302655]:

To Artifact [d1e6217708]:


1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469

int
TclInThreadExit(void)
{
    ThreadSpecificData *tsdPtr = (ThreadSpecificData *)TclThreadDataKeyGet(&dataKey);

    if (tsdPtr == NULL) {
	return 0;
    }
    return (int) tsdPtr->inExit;
}

/*
 *----------------------------------------------------------------------
 *







|







1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469

int
TclInThreadExit(void)
{
    ThreadSpecificData *tsdPtr = (ThreadSpecificData *)TclThreadDataKeyGet(&dataKey);

    if (tsdPtr == NULL) {
	return false;
    }
    return (int) tsdPtr->inExit;
}

/*
 *----------------------------------------------------------------------
 *