Home
last modified time | relevance | path

Searched refs:Executor (Results 1 – 4 of 4) sorted by relevance

/build/kati/
Dexec.go26 type Executor struct { struct
46 func (ex *Executor) makeJobs(n *DepNode, neededBy *job) error { argument
116 func (ex *Executor) reportStats() { argument
134 func NewExecutor(opt *ExecutorOpt) (*Executor, error) {
145 ex := &Executor{
155 func (ex *Executor) Exec(g *DepGraph, targets []string) error { argument
Dexec.cc45 class Executor { class
47 explicit Executor(Evaluator* ev) : ce_(ev), num_commands_(0) { in Executor() function in __anon08cb4a980111::Executor
142 unique_ptr<Executor> executor(new Executor(ev)); in Exec()
Dworker.go35 ex *Executor
223 ex *Executor
DINTERNALS.md74 * Executor
440 Executor section in Kati internals