Searched refs:CreateMutex (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DCK_C_INITIALIZE_ARGS.java58 * CK_CREATEMUTEX CreateMutex;  
75 * CK_CREATEMUTEX CreateMutex;
78 public CK_CREATEMUTEX CreateMutex; field in class:CK_C_INITIALIZE_ARGS
/openjdk7/jdk/src/windows/native/sun/security/pkcs11/wrapper/
H A Dp11_md.h75 #ifdef CreateMutex
76 #undef CreateMutex macro
77 #endif /* CreateMutex */
/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dp11_mutex.c109 ckpInitArgs->CreateMutex = NULL_PTR;
114 fieldID = (*env)->GetFieldID(env, jInitArgsClass, "CreateMutex", "Lsun/security/pkcs11/wrapper/CK_CREATEMUTEX;");
117 ckpInitArgs->CreateMutex = (jMutexHandler != NULL) ? &callJCreateMutex : NULL_PTR;
134 if ((ckpInitArgs->CreateMutex != NULL_PTR)
173 * CreateMutex function
225 /* get the CreateMutex object out of the jInitArgs object */
226 fieldID = (*env)->GetFieldID(env, jInitArgsClass, "CreateMutex", "Lsun/security/pkcs11/wrapper/CK_CREATEMUTEX;");
231 /* call the CK_CREATEMUTEX function of the CreateMutex object */
H A Dpkcs11t.h1143 CK_CREATEMUTEX CreateMutex; member in struct:CK_C_INITIALIZE_ARGS
/openjdk7/hotspot/src/os/windows/vm/
H A DattachListener_windows.cpp159 _mutex = (void*)::CreateMutex(NULL, FALSE, NULL);
/openjdk7/jdk/src/windows/transport/shmem/
H A Dshmem_md.c153 mutex = CreateMutex(NULL, /* no inheritance */
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_DnDDT.cpp69 m_mutex = ::CreateMutex(NULL, FALSE, NULL);
1235 m_mutex = ::CreateMutex(NULL, FALSE, NULL);
H A Dawt_DnDDS.cpp318 m_mutex = ::CreateMutex(NULL, FALSE, NULL);

Completed in 77 milliseconds