Searched refs:RegisterWait (Results 1 - 5 of 5) sorted by last modified time

/external/chromium_org/sandbox/win/src/
H A Dcrosscall_server.h58 // - the IPC implementation calls RegisterWait with a waitable object that
69 // client: A number to associate with all the RegisterWait calls, typically
77 virtual bool RegisterWait(const void* client, HANDLE waitable_object,
H A Dsharedmem_ipc_server.cc95 // 5) call the thread provider RegisterWait to register the ping events.
126 thread_provider_->RegisterWait(this, service_context->ping_event,
366 // ping event fires. The context is the same as passed in the RegisterWait()
H A Dthreadpool_unittest.cc28 EXPECT_FALSE(thread_pool.RegisterWait(0, event1, EmptyCallBack, &context));
31 EXPECT_TRUE(thread_pool.RegisterWait(this, event1, EmptyCallBack, &context));
33 EXPECT_TRUE(thread_pool.RegisterWait(this, event2, EmptyCallBack, &context));
54 EXPECT_TRUE(thread_pool.RegisterWait(&c1, event1, EmptyCallBack, &context));
56 EXPECT_TRUE(thread_pool.RegisterWait(&c2, event2, EmptyCallBack, &context));
80 EXPECT_TRUE(thread_pool.RegisterWait(this, event1, TestCallBack, event2));
H A Dwin2k_threadpool.cc11 bool Win2kThreadPool::RegisterWait(const void* cookie, HANDLE waitable_object, function in class:sandbox::Win2kThreadPool
H A Dwin2k_threadpool.h32 virtual bool RegisterWait(const void* cookie, HANDLE waitable_object,

Completed in 140 milliseconds