Searched refs:native_handle_type (Results 1 – 2 of 2) sorted by relevance
40 typedef void* native_handle_type; typedef103 native_handle_type native_handle() const;
107 WindowsThread::native_handle_type WindowsThread::native_handle() const { in native_handle()108 return reinterpret_cast<native_handle_type>(data_->handle_); in native_handle()