Home
last modified time | relevance | path

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

/build/soong/ui/build/
Dcontext.go41 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/
Dtracer.go37 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/
Dtime.go37 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 {
Dtime_test.go38 perf := timeTracer.End(tracer.Thread(0))
/build/soong/cc/
Dsanitize.go147 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/
Dmain.go409 Thread: mpctx.Tracer.NewThread(product),
/build/make/tools/releasetools/
Dblockimgdiff.py1203 threads = [threading.Thread(target=diff_worker)
1612 threads = [threading.Thread(target=SplitLargeApks)
Dcommon.py2598 th = threading.Thread(target=run)
2670 threads = [threading.Thread(target=worker)