9 Sep
2004
9 Sep
'04
6:31 p.m.
matt. _______________________________________________ darwin-development mailing list | darwin-development@lists.apple.com Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/darwin-development Do not post admin requests to the list. They will be ignored. I still don't understand why the pthread_join doesn't work.. What's the return value from the pthread_join() call? Is the thread detached? That's the most common reason pthread_join() returns non-zero. Can you post a small, compilable example of this problem? Without a self-contained test case, it's going to be difficult to answer your question...