MCPcopy Create free account
hub / github.com/awslabs/aws-lambda-cpp / thread_id

Method thread_id

src/backward.h:767–767  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

765 size_t load_here(size_t = 0) { return 0; }
766 size_t load_from(void*, size_t = 0, void* = nullptr, void* = nullptr) { return 0; }
767 size_t thread_id() const { return 0; }
768 void skip_n_firsts(size_t) {}
769};
770

Callers 1

print_stacktraceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected