Re: [PATCH v3 1/6] Cygwin: signal: Redesign signal queue handling

2025-03-12 Thread Corinna Vinschen
Hi Takashi, On Mar 12 12:27, Takashi Yano wrote: > The previous implementation of the signal queue behaves as: > 1) Signals in the queue are processed in a disordered manner. > 2) If the same signal is already in the queue, new signal is discarded. > > Strictly speaking, these behaviours do not v

Re: [PATCH v3 1/6] Cygwin: signal: Redesign signal queue handling

2025-03-12 Thread Takashi Yano
On Wed, 12 Mar 2025 12:16:12 +0100 Corinna Vinschen wrote: > Hi Takashi, > > On Mar 12 12:27, Takashi Yano wrote: > > The previous implementation of the signal queue behaves as: > > 1) Signals in the queue are processed in a disordered manner. > > 2) If the same signal is already in the queue, new

Re: [PATCH v3 1/6] Cygwin: signal: Redesign signal queue handling

2025-03-12 Thread Corinna Vinschen
On Mar 13 00:08, Takashi Yano wrote: > On Wed, 12 Mar 2025 12:16:12 +0100 > Corinna Vinschen wrote: > > Hi Takashi, > > > > On Mar 12 12:27, Takashi Yano wrote: > > > The previous implementation of the signal queue behaves as: > > > 1) Signals in the queue are processed in a disordered manner. > >