Hi,
Given pthread_id
(†), is there a way to find the associated NSThread
(when the one exists)? Perhaps using an undocumented / unsupported method – I don't mind.
Thank you!
(†) the pthread_id
is neither of the current nor of the main thread.
Given
pthread_id
…, is there a way to find the associatedNSThread
(when the one exists)?
No.
Perhaps using an undocumented / unsupported method – I don't mind.
Yeah, but I do (-: DevForums isn’t the right place to discuss unsupported techniques.
Share and Enjoy
—
Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"