OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RegisterWait
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/sandbox/win/src/
threadpool_unittest.cc
28
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));
win2k_threadpool.h
32
virtual bool
RegisterWait
(const void* cookie, HANDLE waitable_object,
win2k_threadpool.cc
11
bool Win2kThreadPool::
RegisterWait
(const void* cookie, HANDLE waitable_object,
crosscall_server.h
58
// - 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,
sharedmem_ipc_server.cc
95
// 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
()
Completed in 37 milliseconds