Searched refs:UnRegisterWaits (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/sandbox/win/src/
H A Dthreadpool_unittest.cc36 EXPECT_TRUE(thread_pool.UnRegisterWaits(this));
59 EXPECT_TRUE(thread_pool.UnRegisterWaits(&c2));
61 EXPECT_TRUE(thread_pool.UnRegisterWaits(&c2));
64 EXPECT_TRUE(thread_pool.UnRegisterWaits(&c1));
85 EXPECT_TRUE(thread_pool.UnRegisterWaits(this));
H A Dwin2k_threadpool.h36 virtual bool UnRegisterWaits(void* cookie);
H A Dwin2k_threadpool.cc29 bool Win2kThreadPool::UnRegisterWaits(void* cookie) { function in class:sandbox::Win2kThreadPool
H A Dcrosscall_server.h83 virtual bool UnRegisterWaits(void* cookie) = 0;
H A Dsharedmem_ipc_server.cc50 if (!thread_provider_->UnRegisterWaits(this)) {

Completed in 1294 milliseconds