HomeSort by relevance Sort by last modified time
    Searched refs:UnRegisterWaits (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/sandbox/win/src/
win2k_threadpool.h 36 virtual bool UnRegisterWaits(void* cookie);
threadpool_unittest.cc 36 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));
win2k_threadpool.cc 29 bool Win2kThreadPool::UnRegisterWaits(void* cookie) {
crosscall_server.h 83 virtual bool UnRegisterWaits(void* cookie) = 0;
sharedmem_ipc_server.cc 50 if (!thread_provider_->UnRegisterWaits(this)) {

Completed in 53 milliseconds