Differences From Artifact [3303c9e81d]:
- File win/tclWinPipe.c — part of check-in [3da6c33030] at 2019-08-03 20:25:14 on branch cplusplus — Merge tip-548 (since using the *WChar* functions leads to less type-casts in c++) Als finish implementaton for MacOSX (user: jan.nijtmans size: 96484) [more...]
To Artifact [f714ad0522]:
- File win/tclWinPipe.c — part of check-in [c933888049] at 2019-08-29 13:28:32 on branch cplusplus — Merge tip-548 (user: jan.nijtmans size: 96500) [more...]
| ︙ | |||
3433 3434 3435 3436 3437 3438 3439 3440 3441 3442 3443 3444 3445 3446 | 3433 3434 3435 3436 3437 3438 3439 3440 3441 3442 3443 3444 3445 3446 3447 | + |
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
|
| ︙ |