Searched refs:worker_pool (Results 1 – 8 of 8) sorted by relevance
/external/libmicrohttpd/src/microhttpd/ |
D | daemon.c | 1362 if (NULL != daemon->worker_pool) in internal_add_connection() 1369 worker = &daemon->worker_pool[(i + client_socket) % daemon->worker_pool_size]; in internal_add_connection() 3077 if (NULL != daemon->worker_pool) in MHD_quiesce_daemon() 3080 daemon->worker_pool[i].socket_fd = MHD_INVALID_SOCKET; in MHD_quiesce_daemon() 3083 (-1 != daemon->worker_pool[i].epoll_fd) && in MHD_quiesce_daemon() 3084 (MHD_YES == daemon->worker_pool[i].listen_socket_in_epoll) ) in MHD_quiesce_daemon() 3086 if (0 != epoll_ctl (daemon->worker_pool[i].epoll_fd, in MHD_quiesce_daemon() 3091 daemon->worker_pool[i].listen_socket_in_epoll = MHD_NO; in MHD_quiesce_daemon() 4182 daemon->worker_pool = malloc (sizeof (struct MHD_Daemon) in MHD_start_daemon_va() 4184 if (NULL == daemon->worker_pool) in MHD_start_daemon_va() [all …]
|
D | internal.h | 1072 struct MHD_Daemon *worker_pool; member
|
/external/libchrome/base/threading/ |
D | sequenced_worker_pool.cc | 233 Worker(const scoped_refptr<SequencedWorkerPool>& worker_pool, 269 scoped_refptr<SequencedWorkerPool> worker_pool() const { in worker_pool() function in base::SequencedWorkerPool::Worker 296 Inner(SequencedWorkerPool* worker_pool, size_t max_threads, 507 const scoped_refptr<SequencedWorkerPool>& worker_pool, in Worker() argument 511 worker_pool_(worker_pool), in Worker() 557 SequencedWorkerPool* worker_pool, in Inner() argument 561 : worker_pool_(worker_pool), in Inner() 1226 return worker->worker_pool(); in GetWorkerPoolForCurrentThread() 1239 scoped_refptr<SequencedWorkerPool> pool = worker->worker_pool(); in GetSequencedTaskRunnerForCurrentThread()
|
/external/chromium-trace/catapult/third_party/gsutil/gslib/ |
D | command.py | 1441 worker_pool = WorkerPool( 1454 worker_pool.AddTask(task)
|
/external/libchrome/base/ |
D | base.gypi | 683 'threading/worker_pool.cc', 684 'threading/worker_pool.h',
|
D | BUILD.gn | 791 "threading/worker_pool.cc", 792 "threading/worker_pool.h",
|
/external/libchrome/ |
D | SConstruct | 170 threading/worker_pool.cc
|
D | Android.mk | 165 base/threading/worker_pool.cc \
|