[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] poke: use pthread functions only if available
From: |
Hannes Domani |
Subject: |
Re: [PATCH] poke: use pthread functions only if available |
Date: |
Wed, 21 Feb 2024 15:17:56 +0000 (UTC) |
Am Mittwoch, 21. Februar 2024 um 11:47:54 MEZ hat Jose E. Marchesi
<jemarch@gnu.org> Folgendes geschrieben:
> Hi Hannes.
>
> Thanks for the patch.
>
> How does poke handle ctrl-C in the Windows terminal with this patch
> applied? Does it get back to the (poke) prompt or kills the process?
If you press ctrl-c when no poke command is currently executing, nothing
happens.
If you press ctrl-c while a poke command is processing, it immediately stops
and goes back to the (poke) prompt (apparently pvm_handle_signal does this).
Hannes
- [PATCH] poke: use pthread functions only if available, Hannes Domani, 2024/02/15
- Re: [PATCH] poke: use pthread functions only if available, Jose E. Marchesi, 2024/02/21
- Re: [PATCH] poke: use pthread functions only if available,
Hannes Domani <=
- Re: [PATCH] poke: use pthread functions only if available, Jose E. Marchesi, 2024/02/21
- Re: [PATCH] poke: use pthread functions only if available, Hannes Domani, 2024/02/21
- Re: [PATCH] poke: use pthread functions only if available, Hannes Domani, 2024/02/21
- Re: [PATCH] poke: use pthread functions only if available, Jose E. Marchesi, 2024/02/22
- Re: [PATCH] poke: use pthread functions only if available, Hannes Domani, 2024/02/22
- Re: [PATCH] poke: use pthread functions only if available, Jose E. Marchesi, 2024/02/22