UnRegisterWaits    83 sandbox/win/src/crosscall_server.h   virtual bool UnRegisterWaits(void* cookie) = 0;
UnRegisterWaits    50 sandbox/win/src/sharedmem_ipc_server.cc   if (!thread_provider_->UnRegisterWaits(this)) {
UnRegisterWaits    36 sandbox/win/src/threadpool_unittest.cc   EXPECT_TRUE(thread_pool.UnRegisterWaits(this));
UnRegisterWaits    59 sandbox/win/src/threadpool_unittest.cc   EXPECT_TRUE(thread_pool.UnRegisterWaits(&c2));
UnRegisterWaits    61 sandbox/win/src/threadpool_unittest.cc   EXPECT_TRUE(thread_pool.UnRegisterWaits(&c2));
UnRegisterWaits    64 sandbox/win/src/threadpool_unittest.cc   EXPECT_TRUE(thread_pool.UnRegisterWaits(&c1));
UnRegisterWaits    85 sandbox/win/src/threadpool_unittest.cc   EXPECT_TRUE(thread_pool.UnRegisterWaits(this));
UnRegisterWaits    36 sandbox/win/src/win2k_threadpool.h   virtual bool UnRegisterWaits(void* cookie);