Home
last modified time | relevance | path

Searched refs:native_handle (Results 1 – 4 of 4) sorted by relevance

/rocksdb-6.9/port/win/
Dwin_thread.h103 native_handle_type native_handle() const;
Dwin_thread.cc107 WindowsThread::native_handle_type WindowsThread::native_handle() const { in native_handle() function in ROCKSDB_NAMESPACE::port::WindowsThread
/rocksdb-6.9/util/
Drepeatable_thread.h106 auto thread_handle = thread_.native_handle(); in thread()
Dthreadpool_imp.cc343 auto th_handle = p_t.native_handle(); in StartBGThreads()