Searched refs:_refcount (Results 1 - 5 of 5) sorted by relevance

/external/clang/test/CodeGenCXX/
H A Datomic.cpp11 int* _refcount; local
13 __sync_fetch_and_add(_refcount, 1);
/external/skia/src/utils/win/
H A DSkIStream.cpp17 SkBaseIStream::SkBaseIStream() : _refcount(1) { }
40 return (ULONG)InterlockedIncrement(&_refcount);
44 ULONG res = (ULONG) InterlockedDecrement(&_refcount);
H A DSkIStream.h29 LONG _refcount; member in class:SkBaseIStream
/external/skqp/src/utils/win/
H A DSkIStream.cpp17 SkBaseIStream::SkBaseIStream() : _refcount(1) { }
40 return (ULONG)InterlockedIncrement(&_refcount);
44 ULONG res = (ULONG) InterlockedDecrement(&_refcount);
H A DSkIStream.h29 LONG _refcount; member in class:SkBaseIStream

Completed in 142 milliseconds