In the RW documentation it advises to use rwThreadHash to get the threadId for debugging but that still doesn't match the actual linux thread id on a thread. Any idea how to get it (not necessarily in a portable way)?
cout << rwThreadHash(threadId()) << endl;
1477159840