Searched refs:thread_pool (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/sandbox/win/src/ |
D | threadpool_unittest.cc | 20 Win2kThreadPool thread_pool; in TEST() local 22 EXPECT_EQ(0, thread_pool.OutstandingWaits()); in TEST() 28 EXPECT_FALSE(thread_pool.RegisterWait(0, event1, EmptyCallBack, &context)); in TEST() 29 EXPECT_EQ(0, thread_pool.OutstandingWaits()); in TEST() 31 EXPECT_TRUE(thread_pool.RegisterWait(this, event1, EmptyCallBack, &context)); in TEST() 32 EXPECT_EQ(1, thread_pool.OutstandingWaits()); in TEST() 33 EXPECT_TRUE(thread_pool.RegisterWait(this, event2, EmptyCallBack, &context)); in TEST() 34 EXPECT_EQ(2, thread_pool.OutstandingWaits()); in TEST() 36 EXPECT_TRUE(thread_pool.UnRegisterWaits(this)); in TEST() 37 EXPECT_EQ(0, thread_pool.OutstandingWaits()); in TEST() [all …]
|
D | target_process.h | 37 ThreadProvider* thread_pool);
|
D | target_process.cc | 68 HANDLE job, ThreadProvider* thread_pool) in TargetProcess() argument 75 thread_pool_(thread_pool), in TargetProcess()
|
/external/chromium_org/native_client_sdk/src/libraries/sdk_util/ |
D | library.dsc | 8 'thread_pool.cc' 22 'thread_pool.h',
|
/external/chromium_org/media/tools/constrained_network_server/ |
D | cns.py | 375 default=cherrypy._cpserver.Server.thread_pool,
|