Home
last modified time | relevance | path

Searched defs:Executor (Results 1 – 3 of 3) sorted by relevance

/build/kati/
Dexec.go26 type Executor struct { struct
27 rules map[string]*rule
28 implicitRules []*rule
29 suffixRules map[string][]*rule
30 firstRule *rule
32 done map[string]*job
34 wm *workerManager
36 ctx *execContext
38 trace []string
39 buildCnt int
[all …]
Dexec.cc45 class Executor { class
47 explicit Executor(Evaluator* ev) : ce_(ev), num_commands_(0) { in Executor() function in __anon08cb4a980111::Executor
DINTERNALS.md440 Executor section in Kati internals