MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / __thread_struct

Method __thread_struct

system/lib/libcxx/src/thread.cpp:165–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163// __thread_struct
164
165__thread_struct::__thread_struct() : __p_(new __thread_struct_imp) {}
166
167__thread_struct::~__thread_struct() { delete __p_; }
168

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected