On Wednesday, March 27, 2002, at 12:03 PM, Conrad G T Yoder wrote:
All I am looking to do is have this thread sit and wait forever - no one
will be signalling it ever. That's why there's no loop.
Also, pthread_cond_wait() is allowed return spuriously with a 0 return
value. So, even if you are using this as a "sleep forever" mechanism
(not recommended), you need to put it in a loop.
matt.
_______________________________________________
unix-porting mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/unix-porting
Do not post admin requests to the list. They will be ignored.