PTH is broke or I don't understand threads.

2003-04-01 Thread Steve Alstrin
I compiled the test program, included with distro, and it appears that no thread will start until a join is done on it. When I compile the test program test_pthread with native threads the threads start after the pthread_create call, whereas when compiled with pth threads, each thread only starts

Re: PTH is broke or I don't understand threads.

2003-04-01 Thread Matthew Mondor
On Tue, Apr 01, 2003 at 12:15:44PM -0800, Steve Alstrin wrote: I compiled the test program, included with distro, and it appears that no thread will start until a join is done on it. When I compile the test program test_pthread with native threads the threads start after the pthread_create

RE: PTH is broke or I don't understand threads.

2003-04-01 Thread Steve Alstrin
To: [EMAIL PROTECTED] Subject: Re: PTH is broke or I don't understand threads. On Tue, Apr 01, 2003 at 12:15:44PM -0800, Steve Alstrin wrote: I compiled the test program, included with distro, and it appears that no thread will start until a join is done on it. When I compile the test program