Searched defs:goid (Results 1 – 3 of 3) sorted by relevance
464 def find_goroutine(goid): argument546 def invoke_per_goid(self, goid, cmd): argument
458 goid uint64 member1052 goid uint64 // goroutine id of this goroutine; original goroutine possibly dead member
216 int goid = ThreadCreate(parent, (uptr)pc, 0, true); in __tsan_go_start() local