Home
last modified time | relevance | path

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

/build/soong/ui/metrics/
Dtime.go37 Begin(name, desc string, thread tracer.Thread)
38 End(thread tracer.Thread) soong_metrics_proto.PerfInfo
/build/soong/ui/tracer/
Dtracer.go37 type Thread uint64 type
45 Begin(name string, thread Thread)
46 End(thread Thread)
47 Complete(name string, thread Thread, begin, end uint64)
/build/soong/ui/build/
Dcontext.go41 Thread tracer.Thread member