I'm need to get the pthread_t of a thread but it's private to ThreadImpl (POSIX). Suggestions? Currently I have the thread itself store the id but it's ugly.
I'm using QNX6, it's kind of counter intuitive to have Thread::id() and Thread::getName independant of their OS flavor. One would expect setName() to set the OS name as well as the name of the Thread object.
Cheers,
Mario





