HomeSort by relevance Sort by last modified time
    Searched refs:goid (Results 1 - 3 of 3) sorted by null

  /prebuilts/go/darwin-x86/src/runtime/
runtime-gdb.py 401 print(s, ptr['goid'], "{0:8s}".format(sts[int(ptr['atomicstatus'])]), blk.function)
404 def find_goroutine(goid):
406 find_goroutine attempts to find the goroutine identified by goid.
410 @param int goid
418 if ptr['goid'] == goid:
424 """Execute gdb command in the context of goroutine <goid>.
429 Usage: (gdb) goroutine <goid> <gdbcmd>
439 goid, cmd = arg.split(None, 1)
440 goid = gdb.parse_and_eval(goid
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
runtime-gdb.py 401 print(s, ptr['goid'], "{0:8s}".format(sts[int(ptr['atomicstatus'])]), blk.function)
404 def find_goroutine(goid):
406 find_goroutine attempts to find the goroutine identified by goid.
410 @param int goid
418 if ptr['goid'] == goid:
424 """Execute gdb command in the context of goroutine <goid>.
429 Usage: (gdb) goroutine <goid> <gdbcmd>
439 goid, cmd = arg.split(None, 1)
440 goid = gdb.parse_and_eval(goid
    [all...]
  /external/compiler-rt/lib/tsan/go/
tsan_go.cc 152 int goid = ThreadCreate(parent, (uptr)pc, 0, true); local
153 ThreadStart(thr, goid, 0);

Completed in 911 milliseconds