MCPcopy Create free account
hub / github.com/apache/brpc / bthread_meta

Function bthread_meta

tools/lldb_bthread_stack.py:270–275  ·  view source on GitHub ↗

r"""bthread_meta , print task meta by id

(debugger, command, result, internal_dict)

Source from the content-addressed store, hash-verified

268
269
270def bthread_meta(debugger, command, result, internal_dict):
271 r"""bthread_meta <id>, print task meta by id"""
272 bthread = global_state.get_bthread(command)
273 if bthread is None:
274 return
275 print(bthread)
276
277
278def bthread_regs(debugger, command, result, internal_dict):

Callers

nothing calls this directly

Calls 1

get_bthreadMethod · 0.80

Tested by

no test coverage detected