HomeSort by relevance Sort by last modified time
    Searched refs:Affinity (Results 1 - 8 of 8) 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...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntddk.h     [all...]
wdm.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/
_dbg_common.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winnt.h     [all...]

Completed in 5581 milliseconds