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

  /external/chromium_org/third_party/skia/experimental/Intersection/
EdgeWalker_TestUtility.cpp 474 State4 threadState[maxThreadsAllocated];
500 statePtr = &threadState[threadIndex];
529 if (threadState[index].done) {
530 State4::queue = &threadState[index];
540 statePtr = &threadState[0];
589 State4* statePtr = &threadState[index];
738 State4& test = threadState[index];
751 pthread_join(threadState[index].threadID, NULL);
752 testsRun += threadState[index].testsRun;
  /external/skia/experimental/Intersection/
EdgeWalker_TestUtility.cpp 474 State4 threadState[maxThreadsAllocated];
500 statePtr = &threadState[threadIndex];
529 if (threadState[index].done) {
530 State4::queue = &threadState[index];
540 statePtr = &threadState[0];
589 State4* statePtr = &threadState[index];
738 State4& test = threadState[index];
751 pthread_join(threadState[index].threadID, NULL);
752 testsRun += threadState[index].testsRun;
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorTimelineAgent.cpp     [all...]
InspectorTimelineAgent.h 260 TimelineThreadState& threadState(ThreadIdentifier);
  /frameworks/base/core/jni/
android_os_Parcel.cpp 663 IPCThreadState* threadState = IPCThreadState::self();
664 const int32_t oldPolicy = threadState->getStrictModePolicy();
667 threadState);
670 const int32_t newPolicy = threadState->getStrictModePolicy();
  /external/chromium_org/third_party/WebKit/Source/platform/heap/
Heap.cpp 38 #include "platform/heap/ThreadState.h"
372 explicit GCScope(ThreadState::StackState stackState)
373 : m_state(ThreadState::current())
389 if (LIKELY(ThreadState::stopThreads())) {
406 ThreadState::resumeThreads();
411 ThreadState* m_state;
412 ThreadState::SafePointScope m_safePointScope;
589 ThreadHeap<Header>::ThreadHeap(ThreadState* state, int index)
633 if (threadState()->shouldGC()) {
634 if (threadState()->shouldForceConservativeGC()
    [all...]
ThreadState.h 270 class PLATFORM_EXPORT ThreadState {
271 WTF_MAKE_NONCOPYABLE(ThreadState);
290 explicit NoSweepScope(ThreadState* state) : m_state(state)
301 ThreadState* m_state;
306 typedef HashSet<ThreadState*> AttachedThreadStateSet;
325 // Associate ThreadState object with the current thread. After this
330 // Disassociate attached ThreadState from the current thread. The thread
334 static ThreadState* current() { return **s_threadSpecific; }
335 static ThreadState* mainThreadState()
337 return reinterpret_cast<ThreadState*>(s_mainThreadStateStorage)
    [all...]
Heap.h 36 #include "platform/heap/ThreadState.h"
187 LargeHeapObject(PageMemory* storage, const GCInfo* gcInfo, ThreadState* state) : BaseHeapPage(storage, gcInfo, state)
205 void snapshot(TracedValue*, ThreadState::SnapshotInfo*);
536 virtual void snapshot(TracedValue*, ThreadState::SnapshotInfo*);
672 friend class ThreadState;
805 virtual void snapshot(TracedValue*, ThreadState::SnapshotInfo*) = 0;
850 ThreadHeap(ThreadState*, int);
859 virtual void snapshot(TracedValue*, ThreadState::SnapshotInfo*);
876 ThreadState* threadState() { return m_threadState;
    [all...]
  /frameworks/native/libs/binder/
Parcel.cpp 516 IPCThreadState* threadState) const
519 if (threadState == NULL) {
520 threadState = IPCThreadState::self();
522 if ((threadState->getLastTransactionBinderFlags() &
528 threadState->setStrictModePolicy(0);
530 threadState->setStrictModePolicy(strictPolicy);
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/lcml/src/
LCML_DspCodec.c     [all...]
  /frameworks/native/include/binder/
Parcel.h 79 IPCThreadState* threadState = NULL) const;
  /frameworks/base/core/java/android/os/
StrictMode.java     [all...]
  /prebuilts/misc/common/android-support-test/
android-support-test.jar 
espresso-core.jar 

Completed in 472 milliseconds