NSThread as a wrapper
NSThread as a wrapper
- Subject: NSThread as a wrapper
- From: "A.M." <email@hidden>
- Date: Sat, 26 Apr 2003 19:21:13 -0400
I always just assumed an NSThread was a wrapper around pthreads. A
recent question on this list prompted me to look at NSThread.h and it
seems that the NSThread object doesn't have wrap a pthread_t unless
it's hidden behind a void*.
Assuming that NSThread wraps pthreads, does anyone know if it is
possible to extract the pthread_t? I would be happy to learn about any
tidbits of the internals of NSThreads. Thanks.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.