I am looking for a way to create a pthread that is initially suspended.
Looking at the pthreads.h file, the pthread_create_suspended_np call
seems exactly what I need. However it is a "_np" call, which I guess
should be avoided if possible. Is there a way to avoid this call and
achieve the same effect?
If not, and I use pthread_create_suspended_np, how do I get the new
thread running?
Many thanks for your help,
Roel de Jong
_______________________________________________
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.