Searched defs:refCount (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jdk/src/windows/native/sun/windows/
H A DDevices.h65 int refCount; member in class:Devices
H A Dawt_Font.h273 DWORD refCount; /* The same HFONT can be associated with member in class:AwtFontCache::Item
/openjdk7/jdk/src/share/native/sun/security/pkcs11/
H A Dj2secmod.h72 int refCount; /* Module reference count */ member in struct:SECMODModuleStr
/openjdk7/jdk/src/share/back/
H A DcommonRef.c217 deleteNodeByID(JNIEnv *env, jlong id, jint refCount) argument
229 if (refCount != ALL_REFS) {
230 node->count -= refCount;
548 commonRef_releaseMultiple(JNIEnv *env, jlong id, jint refCount) argument
551 deleteNodeByID(env, id, refCount);
H A DVirtualMachineImpl.c851 int refCount; local
869 refCount = inStream_readInt(in);
873 commonRef_releaseMultiple(env, id, refCount);
H A Dutil.c2740 int refCount; member in struct:ReferrerData
2765 if ( data->maxObjects != 0 && data->refCount >= data->maxObjects ) {
2778 data->refCount++;
2787 data->refCount++;
2821 data.refCount = 0;
2864 if ( data.refCount != referrers->count ) {
/openjdk7/hotspot/agent/src/share/native/jvmdi/
H A Dsa.cpp216 jint refCount; member in class:JvmdiRefListDeallocator
218 JvmdiRefListDeallocator(JNIEnv* env, jobject* refList, jint refCount) { argument
221 this->refCount = refCount;
224 for (int i = 0; i < refCount; i++) {
/openjdk7/jdk/src/windows/native/com/sun/media/sound/
H A DPLATFORM_API_WinOS_DirectSound.cpp80 INT32 refCount; member in struct:__anon1055
153 g_audioDeviceCache[g_cacheCount].refCount = 0;
558 g_audioDeviceCache[deviceID].refCount = 0;
577 g_audioDeviceCache[deviceID].refCount++;
586 if (g_audioDeviceCache[deviceID].refCount) {
587 g_audioDeviceCache[deviceID].refCount--;
589 if (g_audioDeviceCache[deviceID].refCount == 0) {

Completed in 57 milliseconds