Searched refs:winenv_threads_ (Results 1 – 2 of 2) sorted by relevance
1298 WinEnv::WinEnv() : winenv_io_(this), winenv_threads_(this) { in WinEnv()1460 return winenv_threads_.Schedule(function, arg, pri, tag, unschedFunction); in Schedule()1464 return winenv_threads_.UnSchedule(arg, pri); in UnSchedule()1468 return winenv_threads_.StartThread(function, arg); in StartThread()1472 return winenv_threads_.WaitForJoin(); in WaitForJoin()1476 return winenv_threads_.GetThreadPoolQueueLen(pri); in GetThreadPoolQueueLen()1480 return winenv_threads_.GetThreadID(); in GetThreadID()1488 return winenv_threads_.SleepForMicroseconds(micros); in SleepForMicroseconds()1493 return winenv_threads_.SetBackgroundThreads(num, pri); in SetBackgroundThreads()1497 return winenv_threads_.GetBackgroundThreads(pri); in GetBackgroundThreads()[all …]
343 WinEnvThreads winenv_threads_; variable