> Thread handles are not technically unique, and there's no cheap way to obtain > a real handle to a thread itself on Windows. Therefore it's much better to just store the thread ID in there.
Yup, that's right. After all thread HANDLEs are process-specific; we'd have a hard time implementing PTHREAD_PROCESS_SHARED :-) Best Regards, Luca _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
