Searched refs:Win2kThreadPool (Results 1 – 4 of 4) sorted by relevance
11 bool Win2kThreadPool::RegisterWait(const void* cookie, HANDLE waitable_object, in RegisterWait()29 bool Win2kThreadPool::UnRegisterWaits(void* cookie) { in UnRegisterWaits()48 size_t Win2kThreadPool::OutstandingWaits() { in OutstandingWaits()53 Win2kThreadPool::~Win2kThreadPool() { in ~Win2kThreadPool()
25 class Win2kThreadPool : public ThreadProvider {27 Win2kThreadPool() { in Win2kThreadPool() function30 virtual ~Win2kThreadPool();53 DISALLOW_COPY_AND_ASSIGN(Win2kThreadPool);
20 Win2kThreadPool thread_pool; in TEST()45 Win2kThreadPool thread_pool; in TEST()74 Win2kThreadPool thread_pool; in TEST()
389 thread_pool_ = new Win2kThreadPool(); in SpawnTarget()