Searched refs:TLSData (Results 1 – 3 of 3) sorted by relevance
282 void onThreadShutdown(TLSData *tlsData);284 inline TLSData *getTLS(bool create);335 std::atomic<TLSData*> tlsPtr;435 inline void markOwned(TLSData *tls) { in markOwned()446 friend class TLSData;586 class TLSData : public TLSRemote { class618 TLSData* tls = (TLSData*) memPool->bootStrapBlocks.allocate(memPool, sizeof(TLSData)); in createTLS()621 new(tls) TLSData(memPool, backend); in createTLS()632 bool TLSData::cleanupBlockBins() in cleanupBlockBins()990 TLSData* MemoryPool::getTLS(bool create) in getTLS()[all …]
141 class TLSData; variable156 TLSData* getThreadMallocTLS() const;157 void setThreadMallocTLS( TLSData * newvalue );158 TLSData* createTLS(MemoryPool *memPool, Backend *backend);282 Block *get(TLSData *tls, unsigned int size);
890 TLSData *tlsCurr = defaultMemPool->getTLS(/*create=*/false); in operator ()()1357 TLSData *tls = defaultMemPool->getTLS(/*create=*/false); in TestReallocDecreasing()