OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Win2kThreadPool
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/sandbox/win/src/
win2k_threadpool.h
14
//
Win2kThreadPool
a simple implementation of a thread provider as required
25
class
Win2kThreadPool
: public ThreadProvider {
27
Win2kThreadPool
() {
30
virtual ~
Win2kThreadPool
();
53
DISALLOW_COPY_AND_ASSIGN(
Win2kThreadPool
);
win2k_threadpool.cc
11
bool
Win2kThreadPool
::RegisterWait(const void* cookie, HANDLE waitable_object,
29
bool
Win2kThreadPool
::UnRegisterWaits(void* cookie) {
48
size_t
Win2kThreadPool
::OutstandingWaits() {
53
Win2kThreadPool
::~
Win2kThreadPool
() {
threadpool_unittest.cc
20
Win2kThreadPool
thread_pool;
45
Win2kThreadPool
thread_pool;
74
Win2kThreadPool
thread_pool;
broker_services.cc
389
thread_pool_ = new
Win2kThreadPool
();
Completed in 1265 milliseconds