Home
last modified time | relevance | path

Searched refs:thread_pool (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/sandbox/win/src/
Dthreadpool_unittest.cc20 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 …]
Dtarget_process.h37 ThreadProvider* thread_pool);
Dtarget_process.cc68 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/
Dlibrary.dsc8 'thread_pool.cc'
22 'thread_pool.h',
/external/chromium_org/media/tools/constrained_network_server/
Dcns.py375 default=cherrypy._cpserver.Server.thread_pool,