Searched refs:statePtr (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/skia/experimental/Intersection/
H A DEdgeWalker_TestUtility.cpp488 void createThread(State4* statePtr, void* (*testFun)(void* )) { argument
489 int threadError = pthread_create(&statePtr->threadID, NULL, testFun,
490 (void*) statePtr);
496 State4* statePtr; local
500 statePtr = &threadState[threadIndex];
501 statePtr->testsRun = 0;
502 statePtr->a = a;
503 statePtr->b = b;
504 statePtr->c = c;
505 statePtr
589 State4* statePtr = &threadState[index]; local
[all...]
H A DEdgeWalker_Test.h50 void createThread(State4* statePtr, void* (*test)(void* ));
/external/skia/experimental/Intersection/
H A DEdgeWalker_TestUtility.cpp488 void createThread(State4* statePtr, void* (*testFun)(void* )) { argument
489 int threadError = pthread_create(&statePtr->threadID, NULL, testFun,
490 (void*) statePtr);
496 State4* statePtr; local
500 statePtr = &threadState[threadIndex];
501 statePtr->testsRun = 0;
502 statePtr->a = a;
503 statePtr->b = b;
504 statePtr->c = c;
505 statePtr
589 State4* statePtr = &threadState[index]; local
[all...]
H A DEdgeWalker_Test.h50 void createThread(State4* statePtr, void* (*test)(void* ));
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
H A Dpthread_mutex_lock.c150 ptw32_robust_state_t* statePtr = &mx->robustNode->stateInconsistent; local
153 (PTW32_INTERLOCKED_LONGPTR)statePtr,
182 (PTW32_INTERLOCKED_LONGPTR)statePtr,
242 (PTW32_INTERLOCKED_LONGPTR)statePtr,
H A Dpthread_mutex_trylock.c104 ptw32_robust_state_t* statePtr = &mx->robustNode->stateInconsistent; local
108 (PTW32_INTERLOCKED_LONGPTR)statePtr,
H A Dpthread_mutex_timedlock.c206 ptw32_robust_state_t* statePtr = &mx->robustNode->stateInconsistent; local
209 (PTW32_INTERLOCKED_LONGPTR)statePtr,
237 (PTW32_INTERLOCKED_LONGPTR)statePtr,
301 (PTW32_INTERLOCKED_LONGPTR)statePtr,
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorState.cpp135 OwnPtrWillBeRawPtr<InspectorState> statePtr = adoptPtrWillBeNoop(new InspectorState(this, stateProperties)); local
136 InspectorState* state = statePtr.get();
137 m_inspectorStateMap.add(agentName, statePtr.release());

Completed in 892 milliseconds