Elliott Hughes 27efc48814 Add pthread_gettid_np and re-expose __get_thread for LP32.
A lot of third-party code calls the private __get_thread symbol,
often as part of a backport of bionic's pthread_rwlock implementation.
Hopefully this will go away for LP64 (since you're guaranteed the
real implementation there), but there are still APIs that take a tid
and no way to convert between a pthread_t and a tid. pthread_gettid_np
is a public API for that. To aid the transition, make __get_thread
available again for LP32.

Bug: 14079438
Change-Id: I43fabc7f1918250d31d4665ffa4ca352d0dbeac1
2014-09-11 16:11:43 -07:00
..
2014-09-10 20:30:23 -07:00
2014-09-10 20:30:23 -07:00
2014-09-10 20:30:23 -07:00
2014-09-10 20:30:23 -07:00
2014-09-10 20:30:23 -07:00
2014-08-06 15:29:10 -07:00
2014-09-02 11:33:16 -07:00
2014-07-24 15:14:06 -07:00