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 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

RE: can pthread and pth coexist

2003-10-21 Thread Steve Alstrin
If you are doing this on Linux you can use the HARD system call method, look at the config options, which when you link will use the pthread emulation api in pth threads. -Original Message- From: Thor Tall [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 21, 2003 5:02 AM To: [EMAIL

RE: can pthread and pth coexist

2003-10-23 Thread Steve Alstrin
: Re: can pthread and pth coexist On 21 October 2003 at 14:19, Steve Alstrin [EMAIL PROTECTED] wrote: If you are doing this on Linux you can use the HARD system call method, look at the config options, which when you link will use the pthread emulation api in pth threads. -Original

RE: semaphores

2004-08-27 Thread Steve Alstrin
Try using the pthread_mutex calls, or the pth equivalent. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Ricardo Nabinger Sanchez Sent: Thursday, August 26, 2004 11:22 PM To: [EMAIL PROTECTED] Subject: semaphores Hello, I'm a new pth user (started today!

RE: pth_select blocking forever

2005-01-26 Thread Steve Alstrin
No I haven't seen it, and I'm using pth in mutiple threads all doing selects. Are you doing something with signals? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of [EMAIL PROTECTED] Sent: Wednesday, January 26, 2005 1:41 PM To: pth-users@gnu.org Subject: RE:

RE: OS X 10.5.2 crash

2008-03-11 Thread Steve Alstrin
Glad it worked. It's just another way of changing the PC pointer and switching to a new stack. -Original Message- From: Brian Helenbrook [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 11, 2008 6:42 PM To: pth-users@gnu.org; Steve Alstrin Cc: Brian Helenbrook Subject: Re: OS X 10.5.2

RE: GNU Pth compatibility

2009-01-15 Thread Steve Alstrin
-Original Message- From: owner-pth-us...@gnu.org [mailto:owner-pth-us...@gnu.org] On Behalf Of Yang Zhang Sent: Thursday, January 15, 2009 10:28 AM To: pth-users@gnu.org Subject: Re: GNU Pth compatibility Steve Alstrin wrote: - OS threads (pthreads) If your using pth you wont