Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Druntime-gdb.py464 def find_goroutine(goid): argument
546 def invoke_per_goid(self, goid, cmd): argument
Druntime2.go458 goid uint64 member
1052 goid uint64 // goroutine id of this goroutine; original goroutine possibly dead member
/aosp_15_r20/external/compiler-rt/lib/tsan/go/
H A Dtsan_go.cc216 int goid = ThreadCreate(parent, (uptr)pc, 0, true); in __tsan_go_start() local