Home
last modified time | relevance | path

Searched refs:TLSRemote (Results 1 – 2 of 2) sorted by relevance

/oneTBB/src/tbbmalloc/
H A Dtbbmalloc_internal.h242 struct TLSRemote { struct
243 TLSRemote *next, argument
249 TLSRemote *head; argument
252 void registerThread(TLSRemote *tls);
253 void unregisterThread(TLSRemote *tls);
H A Dfrontend.cpp586 class TLSData : public TLSRemote {
661 void AllLocalCaches::registerThread(TLSRemote *tls) in registerThread()
673 void AllLocalCaches::unregisterThread(TLSRemote *tls) in unregisterThread()
691 for (TLSRemote *curr=head; curr; curr=curr->next) in cleanup()
704 for (TLSRemote *curr=head; curr; curr=curr->next) in markUnused()