HomeSort by relevance Sort by last modified time
    Searched full:stateptr (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/third_party/skia/experimental/Intersection/
EdgeWalker_TestUtility.cpp 488 void createThread(State4* statePtr, void* (*testFun)(void* )) {
489 int threadError = pthread_create(&statePtr->threadID, NULL, testFun,
490 (void*) statePtr);
496 State4* statePtr;
500 statePtr = &threadState[threadIndex];
501 statePtr->testsRun = 0;
502 statePtr->a = a;
503 statePtr->b = b;
504 statePtr->c = c;
505 statePtr->d = d
    [all...]
EdgeWalker_Test.h 50 void createThread(State4* statePtr, void* (*test)(void* ));
  /external/skia/experimental/Intersection/
EdgeWalker_TestUtility.cpp 488 void createThread(State4* statePtr, void* (*testFun)(void* )) {
489 int threadError = pthread_create(&statePtr->threadID, NULL, testFun,
490 (void*) statePtr);
496 State4* statePtr;
500 statePtr = &threadState[threadIndex];
501 statePtr->testsRun = 0;
502 statePtr->a = a;
503 statePtr->b = b;
504 statePtr->c = c;
505 statePtr->d = d
    [all...]
EdgeWalker_Test.h 50 void createThread(State4* statePtr, void* (*test)(void* ));
  /prebuilts/misc/common/swig/include/2.0.11/tcl/
tclwstrings.swg 25 Tcl_EncodingState *statePtr = 0;
29 Tcl_UtfToExternal(0, encoding, src, srcLen, flags, statePtr, dst,
53 Tcl_EncodingState *statePtr = 0;
58 Tcl_ExternalToUtf(0, encoding, src, srcLen, flags, statePtr, dst,
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread_mutex_lock.c 150 ptw32_robust_state_t* statePtr = &mx->robustNode->stateInconsistent;
153 (PTW32_INTERLOCKED_LONGPTR)statePtr,
182 (PTW32_INTERLOCKED_LONGPTR)statePtr,
242 (PTW32_INTERLOCKED_LONGPTR)statePtr,
pthread_mutex_trylock.c 104 ptw32_robust_state_t* statePtr = &mx->robustNode->stateInconsistent;
108 (PTW32_INTERLOCKED_LONGPTR)statePtr,
pthread_mutex_timedlock.c 206 ptw32_robust_state_t* statePtr = &mx->robustNode->stateInconsistent;
209 (PTW32_INTERLOCKED_LONGPTR)statePtr,
237 (PTW32_INTERLOCKED_LONGPTR)statePtr,
301 (PTW32_INTERLOCKED_LONGPTR)statePtr,
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorState.cpp 135 OwnPtrWillBeRawPtr<InspectorState> statePtr = adoptPtrWillBeNoop(new InspectorState(this, stateProperties));
136 InspectorState* state = statePtr.get();
137 m_inspectorStateMap.add(agentName, statePtr.release());
  /external/clang/lib/CodeGen/
CGObjC.cpp     [all...]
  /prebuilts/tools/common/m2/repository/com/thoughtworks/qdox/qdox/1.12/
qdox-1.12.jar 

Completed in 319 milliseconds