MCPcopy Create free account
hub / github.com/Oneflow-Inc/oneflow / thread_id

Method thread_id

oneflow/extension/stack/stacktrace.h:931–931  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

929 size_t load_here(size_t = 0) { return 0; }
930 size_t load_from(void*, size_t = 0, void* = nullptr, void* = nullptr) { return 0; }
931 size_t thread_id() const { return 0; }
932 void skip_n_firsts(size_t) {}
933};
934

Callers 1

print_stacktraceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected