Searched refs:Thread (Results 1 – 8 of 8) sorted by relevance
/build/soong/ui/build/ |
D | context.go | 41 Thread tracer.Thread member 48 c.Tracer.Begin(desc, c.Thread) 51 c.Metrics.TimeTracer.Begin(name, desc, c.Thread) 58 c.Tracer.End(c.Thread) 61 c.Metrics.SetTimeMetrics(c.Metrics.TimeTracer.End(c.Thread)) 68 c.Tracer.Complete(desc, c.Thread, begin, end)
|
/build/soong/ui/tracer/ |
D | tracer.go | 37 type Thread uint64 type 40 MainThread = Thread(iota) 41 MaxInitThreads = Thread(iota) 45 Begin(name string, thread Thread) argument 46 End(thread Thread) argument 47 Complete(name string, thread Thread, begin, end uint64) argument 53 NewThread(name string) Thread 191 func (t *tracerImpl) defineThread(thread Thread, name string) { 205 func (t *tracerImpl) NewThread(name string) Thread { 209 ret := Thread(t.nextTid) [all …]
|
/build/soong/ui/metrics/ |
D | time.go | 37 Begin(name, desc string, thread tracer.Thread) argument 38 End(thread tracer.Thread) soong_metrics_proto.PerfInfo argument 51 func (t *timeTracerImpl) Begin(name, desc string, _ tracer.Thread) { 55 func (t *timeTracerImpl) End(tracer.Thread) soong_metrics_proto.PerfInfo {
|
D | time_test.go | 38 perf := timeTracer.End(tracer.Thread(0))
|
/build/soong/cc/ |
D | sanitize.go | 147 Thread *bool `android:"arch_variant"` 251 …if found, globalSanitizers = removeFromList("thread", globalSanitizers); found && s.Thread == nil { 252 s.Thread = boolPtr(true) 371 s.Thread = nil 380 s.Thread = nil 385 …roid.Windows && (Bool(s.All_undefined) || Bool(s.Undefined) || Bool(s.Address) || Bool(s.Thread) || 392 if Bool(s.Address) || Bool(s.Thread) || Bool(s.Hwaddress) || ctx.Config().DisableScudo() { 398 s.Thread = nil 637 return sanitize.Properties.Sanitize.Thread 674 sanitize.Properties.Sanitize.Thread = boolPtr(b) [all …]
|
/build/soong/cmd/multiproduct_kati/ |
D | main.go | 409 Thread: mpctx.Tracer.NewThread(product),
|
/build/make/tools/releasetools/ |
D | blockimgdiff.py | 1203 threads = [threading.Thread(target=diff_worker) 1612 threads = [threading.Thread(target=SplitLargeApks)
|
D | common.py | 2598 th = threading.Thread(target=run) 2670 threads = [threading.Thread(target=worker)
|