Home
last modified time | relevance | path

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

/rocksdb-6.9/port/win/
Denv_win.h39 class WinEnvThreads {
42 explicit WinEnvThreads(Env* hosted_env);
44 ~WinEnvThreads();
46 WinEnvThreads(const WinEnvThreads&) = delete;
47 WinEnvThreads& operator=(const WinEnvThreads&) = delete;
343 WinEnvThreads winenv_threads_;
Denv_win.cc1194 WinEnvThreads::WinEnvThreads(Env* hosted_env) in WinEnvThreads() function in ROCKSDB_NAMESPACE::port::WinEnvThreads
1205 WinEnvThreads::~WinEnvThreads() { in ~WinEnvThreads()
1214 void WinEnvThreads::Schedule(void(*function)(void*), void* arg, in Schedule()
1221 int WinEnvThreads::UnSchedule(void* arg, Env::Priority pri) { in UnSchedule()
1241 void WinEnvThreads::StartThread(void(*function)(void* arg), void* arg) { in StartThread()
1257 void WinEnvThreads::WaitForJoin() { in WaitForJoin()
1269 uint64_t WinEnvThreads::gettid() { in gettid()
1274 uint64_t WinEnvThreads::GetThreadID() const { return gettid(); } in GetThreadID()
1276 void WinEnvThreads::SleepForMicroseconds(int micros) { in SleepForMicroseconds()
1280 void WinEnvThreads::SetBackgroundThreads(int num, Env::Priority pri) { in SetBackgroundThreads()
[all …]