MCPcopy Create free account
hub / github.com/baidu/babylon / ThreadIdImpl

Method ThreadIdImpl

src/babylon/concurrent/id_allocator.h:125–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123 // 内部类型,用thread local持有,使用者不应尝试构造
124 inline ThreadIdImpl(IdAllocator<uint16_t>& allocator);
125 ThreadIdImpl(ThreadIdImpl&&) = delete;
126 ThreadIdImpl(const ThreadIdImpl&) = delete;
127 ThreadIdImpl& operator=(ThreadIdImpl&&) = delete;
128 ThreadIdImpl& operator=(const ThreadIdImpl&) = delete;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected