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
-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
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
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
4 matches
Mail list logo