Re: threads question

2003-02-27 Thread Christopher Faylor
On Thu, Feb 27, 2003 at 03:49:15PM -0600, wayne wrote: >I was wondering what the current status of using threads are for >cygwin? I have a project that I am starting and am considering using >threads. The clients would be all flavors of Windows including 95 to >XP. I know this is rather vague bu

Re: threads question

2003-02-27 Thread Timothy C Prince
-Original Message- From: wayne <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Date: Thu, 27 Feb 2003 15:49:15 -0600 Subject: threads question I was wondering what the current status of using threads are for cygwin? I have a project that I am starting and am considering using threads

threads question

2003-02-27 Thread wayne
I was wondering what the current status of using threads are for cygwin? I have a project that I am starting and am considering using threads. The clients would be all flavors of Windows including 95 to XP. I know this is rather vague but I am really only looking for info about wither I should t

Threads question

2001-12-04 Thread Jean Barata
Hi, I have a question: if I install a handler like this: void __coredump(int sig) { std::cerr << "stop" << std::endl; } int main(int argc, char *argv[]) { struct sigaction act; act.sa_handler = __coredump; sigaction(SIGSEGV, &act, NULL); /* ... */ /* then I launch a thread