()
| 9644 | return this.r("il2cpp_thread_attach", "pointer", ["pointer"]); |
| 9645 | } |
| 9646 | static get _threadCurrent() { |
| 9647 | return this.r("il2cpp_thread_current", "pointer", []); |
| 9648 | } |
| 9649 | static get _threadGetAllAttachedThreads() { |
| 9650 | return this.r("il2cpp_thread_get_all_attached_threads", "pointer", ["pointer"]); |
| 9651 | } |
no test coverage detected