Home
last modified time | relevance | path

Searched refs:native_handle_type (Results 1 – 2 of 2) sorted by relevance

/rocksdb-6.9/port/win/
Dwin_thread.h40 typedef void* native_handle_type; typedef
103 native_handle_type native_handle() const;
Dwin_thread.cc107 WindowsThread::native_handle_type WindowsThread::native_handle() const { in native_handle()
108 return reinterpret_cast<native_handle_type>(data_->handle_); in native_handle()