Get some sort of unique identifier for the current thread.
| 114 | |
| 115 | // Get some sort of unique identifier for the current thread. |
| 116 | inline thread_id_t getThreadId() { |
| 117 | return androidGetThreadId(); |
| 118 | } |
| 119 | |
| 120 | // ---------------------------------------------------------------------------- |
| 121 | }; // namespace android |