HomeSort by relevance Sort by last modified time
    Searched refs:TLSDestructorFunc (Results 1 - 2 of 2) sorted by null

  /external/libchrome/base/threading/
thread_local_storage.h 86 typedef void (*TLSDestructorFunc)(void* value);
103 void Initialize(TLSDestructorFunc destructor);
133 explicit Slot(TLSDestructorFunc destructor = NULL);
thread_local_storage.cc 50 volatile base::ThreadLocalStorage::TLSDestructorFunc
150 base::ThreadLocalStorage::TLSDestructorFunc destructor =
197 ThreadLocalStorage::Slot::Slot(TLSDestructorFunc destructor) {
203 void ThreadLocalStorage::StaticSlot::Initialize(TLSDestructorFunc destructor) {

Completed in 104 milliseconds