Searched refs:AnyThread (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DThreadState.h86 AnyThread, enumerator in enum:blink::ThreadAffinity
97 static const ThreadAffinity Affinity = AnyThread;
119 static const ThreadAffinity Affinity = AnyThread; \
128 static const ThreadAffinity Affinity = AnyThread; \
739 template<> class ThreadStateFor<AnyThread> {
H A DHeap.h1656 ThreadStateFor<AnyThread>::state()->enterNoAllocationScope();
1663 ThreadStateFor<AnyThread>::state()->leaveNoAllocationScope();
1868 && (ThreadingTrait<Value>::Affinity == MainThreadOnly) ? MainThreadOnly : AnyThread;
1875 && (ThreadingTrait<Second>::Affinity == MainThreadOnly) ? MainThreadOnly : AnyThread;
1910 && (ThreadingTrait<Value>::Affinity == MainThreadOnly) ? MainThreadOnly : AnyThread;
H A DHeap.cpp2369 NoAllocationScope<AnyThread> noAllocationScope;
2425 NoAllocationScope<AnyThread> noAllocationScope;
H A DHandle.h647 template<typename Collection, ThreadAffinity Affinity = AnyThread>
H A DHeapTest.cpp1706 NoAllocationScope<AnyThread> noAllocationScope;

Completed in 156 milliseconds