Searched refs:gTLSRecCount (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/core/
H A DSkTLS.cpp9 static int32_t gTLSRecCount; variable
20 int n = sk_atomic_inc(&gTLSRecCount);
32 int n = sk_atomic_dec(&gTLSRecCount);
/external/skia/src/core/
H A DSkTLS.cpp9 static int32_t gTLSRecCount; variable
20 int n = sk_atomic_inc(&gTLSRecCount);
32 int n = sk_atomic_dec(&gTLSRecCount);

Completed in 103 milliseconds