The current thread of execution, or NULL if the current thread isn't a kudu::Thread. This call is signal-safe.
| 183 | // The current thread of execution, or NULL if the current thread isn't a kudu::Thread. |
| 184 | // This call is signal-safe. |
| 185 | static Thread* current_thread() { return tls_; } |
| 186 | |
| 187 | // Returns a unique, stable identifier for this thread. Note that this is a static |
| 188 | // method and thus can be used on any thread, including the main thread of the |
no outgoing calls