Returns a reference to the currently executing Thread object.
()
| 117 | * Returns a reference to the currently executing Thread object. |
| 118 | */ |
| 119 | public native static java.lang.Thread currentThread(); |
| 120 | |
| 121 | private static native long getNativeThreadId(); |
| 122 |
no outgoing calls