static
| 165 | |
| 166 | // static |
| 167 | PlatformThreadRef PlatformThread::CurrentRef() { |
| 168 | return PlatformThreadRef(pthread_self()); |
| 169 | } |
| 170 | |
| 171 | // static |
| 172 | PlatformThreadHandle PlatformThread::CurrentHandle() { |
nothing calls this directly
no test coverage detected