Home
last modified time | relevance | path

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

/external/libchrome/base/threading/
Dthread_local_storage.h86 typedef void (*TLSDestructorFunc)(void* value); typedef
103 void Initialize(TLSDestructorFunc destructor);
133 explicit Slot(TLSDestructorFunc destructor = NULL);
Dthread_local_storage.cc50 volatile base::ThreadLocalStorage::TLSDestructorFunc
150 base::ThreadLocalStorage::TLSDestructorFunc destructor = in OnThreadExitInternal()
197 ThreadLocalStorage::Slot::Slot(TLSDestructorFunc destructor) { in Slot()
203 void ThreadLocalStorage::StaticSlot::Initialize(TLSDestructorFunc destructor) { in Initialize()