Home
last modified time | relevance | path

Searched defs:worker_pool (Results 1 – 12 of 12) sorted by relevance

/external/libchrome/base/task_scheduler/
Dscheduler_worker_pool.cc51 SchedulerWorkerPool* worker_pool) in SchedulerParallelTaskRunner()
89 SchedulerWorkerPool* worker_pool) in SchedulerSequencedTaskRunner()
160 SchedulerWorkerPool* worker_pool, Task task) { in PostTaskWithSequence()
Dtask_scheduler_impl.cc223 for (const auto& worker_pool : worker_pools_) in GetHistograms() local
261 for (const auto& worker_pool : worker_pools_) in JoinForTesting() local
Dtest_utils.cc26 SchedulerWorkerPool* worker_pool, in CreateTaskRunnerWithExecutionMode()
Dscheduler_worker_pool_unittest.cc63 ThreadPostingTasks(SchedulerWorkerPool* worker_pool, in ThreadPostingTasks()
Dscheduler_worker_pool_impl_unittest.cc168 ThreadPostingTasksWaitIdle(SchedulerWorkerPoolImpl* worker_pool, in ThreadPostingTasksWaitIdle()
1328 SchedulerWorkerPoolImpl worker_pool( in TEST() local
/external/bcc/libbpf-tools/powerpc/
Dvmlinux_510.h24435 struct worker_pool { struct
24436 raw_spinlock_t lock;
24437 int cpu;
24438 int node;
24439 int id;
24440 unsigned int flags;
24441 long unsigned int watchdog_ts;
24442 struct list_head worklist;
24443 int nr_workers;
24444 int nr_idle;
[all …]
Dvmlinux.h24435 struct worker_pool { struct
24436 raw_spinlock_t lock;
24437 int cpu;
24438 int node;
24439 int id;
24440 unsigned int flags;
24441 long unsigned int watchdog_ts;
24442 struct list_head worklist;
24443 int nr_workers;
24444 int nr_idle;
[all …]
/external/libbpf/.github/actions/build-selftests/
Dvmlinux.h27343 struct worker_pool { struct
27344 raw_spinlock_t lock;
27345 int cpu;
27346 int node;
27347 int id;
27348 unsigned int flags;
27349 long unsigned int watchdog_ts;
27350 atomic_t nr_running;
27351 struct list_head worklist;
27352 int nr_workers;
[all …]
/external/bcc/libbpf-tools/arm64/
Dvmlinux.h21490 struct worker_pool { struct
21491 raw_spinlock_t lock;
21492 int cpu;
21493 int node;
21494 int id;
21495 unsigned int flags;
21496 long unsigned int watchdog_ts;
21497 struct list_head worklist;
21498 int nr_workers;
21499 int nr_idle;
[all …]
Dvmlinux_510.h21490 struct worker_pool { struct
21491 raw_spinlock_t lock;
21492 int cpu;
21493 int node;
21494 int id;
21495 unsigned int flags;
21496 long unsigned int watchdog_ts;
21497 struct list_head worklist;
21498 int nr_workers;
21499 int nr_idle;
[all …]
/external/bcc/libbpf-tools/x86/
Dvmlinux.h26929 struct worker_pool { struct
26930 spinlock_t lock;
26931 int cpu;
26932 int node;
26933 int id;
26934 unsigned int flags;
26935 long unsigned int watchdog_ts;
26936 struct list_head worklist;
26937 int nr_workers;
26938 int nr_idle;
[all …]
Dvmlinux_505.h26929 struct worker_pool { struct
26930 spinlock_t lock;
26931 int cpu;
26932 int node;
26933 int id;
26934 unsigned int flags;
26935 long unsigned int watchdog_ts;
26936 struct list_head worklist;
26937 int nr_workers;
26938 int nr_idle;
[all …]