Searched refs:PerThread (Results 1 - 14 of 14) sorted by relevance

/macosx-10.10/bmalloc-7600.1.17/bmalloc/
H A DCache.cpp59 Cache* cache = PerThread<Cache>::getFastCase();
67 return PerThread<Cache>::getSlowCase()->allocator().allocate(size);
72 Cache* cache = PerThread<Cache>::getFastCase();
80 PerThread<Cache>::getSlowCase()->deallocator().deallocate(object);
H A DPerThread.h39 // Object* object = PerThread<Object>::get();
42 class PerThread { class in namespace:bmalloc
58 // For now, we only support PerThread<Cache>. We can expand to other types by
96 INLINE T* PerThread<T>::getFastCase()
102 inline T* PerThread<T>::get()
111 void PerThread<T>::destructor(void* p)
118 T* PerThread<T>::getSlowCase()
H A DCache.h31 #include "PerThread.h"
67 Cache* cache = PerThread<Cache>::getFastCase();
75 Cache* cache = PerThread<Cache>::getFastCase();
H A Dbmalloc.h86 PerThread<Cache>::get()->scavenge();
/macosx-10.10/Security-57031.1.35/Security/include/security_utilities/
H A Ddebugsupport.h134 class PerThread { class in class:Security::Debug::Target
136 PerThread() { id = ++lastUsed; } function in class:Security::Debug::Target::PerThread
142 ThreadNexus<PerThread> perThread;
H A Dmachserver.h68 struct PerThread { struct in class:Security::MachPlusPlus::MachServer
72 PerThread() : server(NULL) { } function in struct:Security::MachPlusPlus::MachServer::PerThread
74 static ModuleNexus< ThreadNexus<PerThread> > thread;
75 static PerThread &perThread() { return thread()(); }
H A Ddebugging.cpp126 unsigned int Target::PerThread::lastUsed;
H A Dmachserver.cpp50 ModuleNexus< ThreadNexus<MachServer::PerThread> > MachServer::thread;
/macosx-10.10/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Ddebugsupport.h134 class PerThread { class in class:Security::Debug::Target
136 PerThread() { id = ++lastUsed; } function in class:Security::Debug::Target::PerThread
142 ThreadNexus<PerThread> perThread;
H A Dmachserver.h68 struct PerThread { struct in class:Security::MachPlusPlus::MachServer
72 PerThread() : server(NULL) { } function in struct:Security::MachPlusPlus::MachServer::PerThread
74 static ModuleNexus< ThreadNexus<PerThread> > thread;
75 static PerThread &perThread() { return thread()(); }
H A Ddebugging.cpp126 unsigned int Target::PerThread::lastUsed;
H A Dmachserver.cpp50 ModuleNexus< ThreadNexus<MachServer::PerThread> > MachServer::thread;
/macosx-10.10/Security-57031.1.35/Security/include/security_codesigning/
H A Dcs.h53 struct PerThread { struct in namespace:Security::CodeSigning
68 ThreadNexus<PerThread> perThread;
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A Dcs.h53 struct PerThread { struct in namespace:Security::CodeSigning
68 ThreadNexus<PerThread> perThread;

Completed in 83 milliseconds