Searched refs:kThreadLocalSize (Results 1 – 2 of 2) sorted by relevance
38 MemCopy(reinterpret_cast<void*>(to), &thread_local_, kThreadLocalSize); in ArchiveStack()40 return to + kThreadLocalSize; in ArchiveStack()45 MemCopy(&thread_local_, reinterpret_cast<void*>(from), kThreadLocalSize); in RestoreStack()46 return from + kThreadLocalSize; in RestoreStack()
73 return static_cast<int>(kThreadLocalSize); in ArchiveSpacePerThread()126 static constexpr size_t kThreadLocalSize = sizeof(ThreadLocal); variable