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

  /external/chromium_org/third_party/WebKit/Source/platform/
Supplementable.h 228 static const ThreadAffinity Affinity = ThreadingTrait<T>::Affinity;
233 static const ThreadAffinity Affinity = ThreadingTrait<T>::Affinity;
  /external/chromium_org/third_party/WebKit/Source/platform/heap/
ThreadState.h 97 static const ThreadAffinity Affinity = AnyThread;
102 static const ThreadAffinity Affinity = MainThreadOnly;
107 static const ThreadAffinity Affinity = DefaultThreadingTrait<T>::Affinity;
119 static const ThreadAffinity Affinity = AnyThread; \
128 static const ThreadAffinity Affinity = AnyThread; \
727 template<ThreadAffinity affinity> class ThreadStateFor;
Heap.h 109 template<ThreadAffinity affinity> class ThreadLocalPersistents;
110 template<typename T, typename RootsAccessor = ThreadLocalPersistents<ThreadingTrait<T>::Affinity > > class Persistent;
    [all...]
Handle.h 349 template<ThreadAffinity Affinity>
361 static ThreadState* state() { return ThreadStateFor<Affinity>::state(); }
478 ASSERT(!pointer || isGlobalPersistent || ThreadStateFor<ThreadingTrait<T>::Affinity>::state()->contains(pointer))
500 template<typename T, typename RootsAccessor /* = ThreadLocalPersistents<ThreadingTrait<T>::Affinity > */ >
646 // FIXME: derive affinity based on the collection.
647 template<typename Collection, ThreadAffinity Affinity = AnyThread>
650 , public PersistentBase<ThreadLocalPersistents<Affinity>, PersistentHeapCollectionBase<Collection, Affinity> > {
    [all...]

Completed in 720 milliseconds