Searched refs:_refcount (Results 1 – 5 of 5) sorted by relevance
11 int* _refcount; in f() local13 __sync_fetch_and_add(_refcount, 1); in f()
17 SkBaseIStream::SkBaseIStream() : _refcount(1) { } in SkBaseIStream()40 return (ULONG)InterlockedIncrement(&_refcount); in AddRef()44 ULONG res = (ULONG) InterlockedDecrement(&_refcount); in Release()
29 LONG _refcount;
17 SkBaseIStream::SkBaseIStream() : _refcount(1) { } in SkBaseIStream()38 return (ULONG)InterlockedIncrement(&_refcount); in SK_STDMETHODIMP_()42 ULONG res = (ULONG) InterlockedDecrement(&_refcount); in SK_STDMETHODIMP_()
57 LONG _refcount;