Closed GoogleCodeExporter closed 9 years ago
I think this is working as intended. IIUC current_thread().ident runs
pthread_self() which gives a pthread_t.
pthread_t under PNaCl is a pointer type which, when python coverts it to an
integer will be negative if its in the upper half of the 32-bit address space.
I ran a test program on my machine and got 0xfefe04b0, which is -16907088.
Original comment by sbc@google.com
on 21 Jan 2015 at 10:06
Original issue reported on code.google.com by
petrcer...@chromium.org
on 16 Jan 2015 at 5:04