Home
last modified time | relevance | path

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

/external/chromium_org/sandbox/win/src/
Dwin2k_threadpool.cc11 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()
Dwin2k_threadpool.h25 class Win2kThreadPool : public ThreadProvider {
27 Win2kThreadPool() { in Win2kThreadPool() function
30 virtual ~Win2kThreadPool();
53 DISALLOW_COPY_AND_ASSIGN(Win2kThreadPool);
Dthreadpool_unittest.cc20 Win2kThreadPool thread_pool; in TEST()
45 Win2kThreadPool thread_pool; in TEST()
74 Win2kThreadPool thread_pool; in TEST()
Dbroker_services.cc389 thread_pool_ = new Win2kThreadPool(); in SpawnTarget()