RegisterWait       77 sandbox/win/src/crosscall_server.h   virtual bool RegisterWait(const void* client, HANDLE waitable_object,
RegisterWait      126 sandbox/win/src/sharedmem_ipc_server.cc     thread_provider_->RegisterWait(this, service_context->ping_event,
RegisterWait       28 sandbox/win/src/threadpool_unittest.cc   EXPECT_FALSE(thread_pool.RegisterWait(0, event1, EmptyCallBack, &context));
RegisterWait       31 sandbox/win/src/threadpool_unittest.cc   EXPECT_TRUE(thread_pool.RegisterWait(this, event1, EmptyCallBack, &context));
RegisterWait       33 sandbox/win/src/threadpool_unittest.cc   EXPECT_TRUE(thread_pool.RegisterWait(this, event2, EmptyCallBack, &context));
RegisterWait       54 sandbox/win/src/threadpool_unittest.cc   EXPECT_TRUE(thread_pool.RegisterWait(&c1, event1, EmptyCallBack, &context));
RegisterWait       56 sandbox/win/src/threadpool_unittest.cc   EXPECT_TRUE(thread_pool.RegisterWait(&c2, event2, EmptyCallBack, &context));
RegisterWait       80 sandbox/win/src/threadpool_unittest.cc   EXPECT_TRUE(thread_pool.RegisterWait(this, event1, TestCallBack, event2));
RegisterWait       32 sandbox/win/src/win2k_threadpool.h   virtual bool RegisterWait(const void* cookie, HANDLE waitable_object,