Differences From Artifact [866e32f788]:
- File win/tclWinPipe.c — part of check-in [a86211a6bd] at 2019-05-03 20:24:30 on branch trunk — merge 8.7 (user: dgp size: 96187) [more...]
To Artifact [0484a2c97c]:
- File win/tclWinPipe.c — part of check-in [590a4ca494] at 2019-08-28 11:45:42 on branch trunk — Merge 8.7 (user: jan.nijtmans size: 96203) [more...]
| ︙ | |||
3427 3428 3429 3430 3431 3432 3433 3434 3435 3436 3437 3438 3439 3440 | 3427 3428 3429 3430 3431 3432 3433 3434 3435 3436 3437 3438 3439 3440 3441 | + |
case PTI_STATE_IDLE:
/*
* Thread was idle/waiting, notify it goes teardown
*/
SetEvent(evControl);
*pipeTIPtr = NULL;
/* FALLTHRU */
case PTI_STATE_DOWN:
return 1;
default:
/*
* Thread works currently, we should try to end it, own the TI
* structure (because of possible sharing the joint structures with
|
| ︙ |