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

  /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/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* ));
  /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 130 OwnPtr<InspectorState> statePtr = adoptPtr(new InspectorState(this, stateProperties));
131 InspectorState* state = statePtr.get();
132 m_inspectorStateMap.add(agentName, statePtr.release());

Completed in 203 milliseconds