Home
last modified time | relevance | path

Searched refs:worker_pool (Results 1 – 8 of 8) sorted by relevance

/external/libmicrohttpd/src/microhttpd/
Ddaemon.c1362 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 …]
Dinternal.h1072 struct MHD_Daemon *worker_pool; member
/external/libchrome/base/threading/
Dsequenced_worker_pool.cc233 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/
Dcommand.py1441 worker_pool = WorkerPool(
1454 worker_pool.AddTask(task)
/external/libchrome/base/
Dbase.gypi683 'threading/worker_pool.cc',
684 'threading/worker_pool.h',
DBUILD.gn791 "threading/worker_pool.cc",
792 "threading/worker_pool.h",
/external/libchrome/
DSConstruct170 threading/worker_pool.cc
DAndroid.mk165 base/threading/worker_pool.cc \