Home
last modified time | relevance | path

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

/external/libchrome/base/threading/
Dthread_local_storage.h123 typedef void (*TLSDestructorFunc)(void* value); typedef
138 explicit Slot(TLSDestructorFunc destructor = nullptr);
152 void Initialize(TLSDestructorFunc destructor);
Dthread_local_storage.cc121 base::ThreadLocalStorage::TLSDestructorFunc destructor;
255 base::ThreadLocalStorage::TLSDestructorFunc destructor = in OnThreadExitInternal()
326 void ThreadLocalStorage::Slot::Initialize(TLSDestructorFunc destructor) { in Initialize()
400 ThreadLocalStorage::Slot::Slot(TLSDestructorFunc destructor) { in Slot()