Home
last modified time | relevance | path

Searched refs:InterlockedIncrement (Results 1 - 15 of 15) sorted by relevance

/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/port/
H A Datomic.h28 return InterlockedIncrement(reinterpret_cast<LONG*>(address)); in AtomicIncrement()
/third_party/skia/src/ports/
H A DSkFontMgr_win_dw.cpp80 return InterlockedIncrement(&fRefCount); in AddRef()
156 return InterlockedIncrement(&fRefCount); in AddRef()
243 return InterlockedIncrement(&fRefCount); in AddRef()
609 return InterlockedIncrement(&fRefCount);
748 return InterlockedIncrement(&fRefCount);
H A DSkRemotableFontMgr_win_dw.cpp320 return InterlockedIncrement(&fRefCount);
/third_party/skia/src/utils/win/
H A DSkDWriteFontFileStream.cpp163 return InterlockedIncrement(&fRefCount); in AddRef()
H A DSkDWriteGeometrySink.cpp39 return static_cast<ULONG>(InterlockedIncrement(&fRefCount)); in AddRef()
H A DSkIStream.cpp38 return (ULONG)InterlockedIncrement(&_refcount); in AddRef()
/third_party/lzma/C/
H A DThreads.h232 LONG InterlockedIncrement(LONG volatile *addend);
H A DThreads.c536 LONG InterlockedIncrement(LONG volatile *addend) in InterlockedIncrement() function
538 // Print("InterlockedIncrement") in InterlockedIncrement()
H A DMtCoder.c331 unsigned numFinished = (unsigned)InterlockedIncrement(&mtc->numFinishedThreads); in ThreadFunc()
/third_party/skia/third_party/externals/swiftshader/src/Common/
H A DThread.hpp264 return InterlockedIncrement((volatile long*)value); in atomicIncrement()
/third_party/ffmpeg/libavdevice/
H A Ddshow_capture.h100 return InterlockedIncrement(&this->ref); \
/third_party/node/deps/v8/third_party/ittapi/src/ittnotify/
H A Dittnotify_config.h252 return InterlockedIncrement(ptr); in __itt_interlocked_increment()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Dittnotify_config.h219 return InterlockedIncrement(ptr); in __itt_interlocked_increment()
/third_party/googletest/googletest/test/
H A Dgoogletest-port-test.cc1070 ::InterlockedIncrement(&dummy); in Increment()
1073 ::InterlockedIncrement(&dummy); in Increment()
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_pthread.cpp752 if (::InterlockedIncrement(&once->semaphore) == 0) in dng_pthread_once()

Completed in 14 milliseconds