> -Original Message-
> From: Christopher Faylor [mailto:[EMAIL PROTECTED]]
> Sent: Friday, March 22, 2002 3:56 AM
> To: [EMAIL PROTECTED]
> Subject: Re: alarm();pause();alarm();pause(); doesn't pause in pthread
>
>
> On Thu, Mar 21, 2002 at 11:40:09A
On Thu, Mar 21, 2002 at 11:40:09AM +, Stephane Corbe wrote:
>cgf wrote :
>
>> signals do not work with anything but the main thread. Sorry.
>>
>Is this a temporary behavior or will it work in the futur ?
I've always planned on implementing this in the future and have some
preliminary changes
> -Original Message-
> From: Stephane Corbe [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, March 21, 2002 10:40 PM
> To: [EMAIL PROTECTED]
> Subject: Re: alarm();pause();alarm();pause(); doesn't pause in pthread
>
>
> cgf wrote :
>
> > signals
cgf wrote :
> signals do not work with anything but the main thread. Sorry.
>
Is this a temporary behavior or will it work in the futur ?
What are the other limits of non-main threads ?
Has new processes created by fork the same limits ? others ?
Stephane
--
Unsubscribe info: http:/
On Wed, Mar 20, 2002 at 01:03:53AM -0500, Rob Gibson wrote:
>DLL version 1.3.10, running on Windows ME. I checked the message boards,
>but did not see this.
>
>Call this code X: {
> alarm(2);
> pause();
> cout << "A";
> alarm(4);
> pause();
> cout << "B";
> alarm(4);
> pause();
>
5 matches
Mail list logo