/titanic_44/usr/src/lib/pkcs11/pkcs11_softtoken/common/ |
H A D | softGeneral.c | 229 (void) pthread_mutex_destroy(&soft_sessionlist_mutex); in C_Initialize() 236 (void) pthread_mutex_destroy(&soft_sessionlist_mutex); in C_Initialize() 244 (void) pthread_mutex_destroy(&soft_slot.slot_mutex); in C_Initialize() 245 (void) pthread_mutex_destroy(&soft_sessionlist_mutex); in C_Initialize() 254 (void) pthread_mutex_destroy(&soft_slot.keystore_mutex); in C_Initialize() 255 (void) pthread_mutex_destroy(&soft_slot.slot_mutex); in C_Initialize() 256 (void) pthread_mutex_destroy(&soft_sessionlist_mutex); in C_Initialize() 267 (void) pthread_mutex_destroy( in C_Initialize() 269 (void) pthread_mutex_destroy(&soft_slot.keystore_mutex); in C_Initialize() 270 (void) pthread_mutex_destroy(&soft_slot.slot_mutex); in C_Initialize() [all …]
|
/titanic_44/usr/src/lib/mpapi/libmpscsi_vhci/common/ |
H A D | Terminate.c | 47 (void) pthread_mutex_destroy(&g_visa_mutex); in Terminate() 48 (void) pthread_mutex_destroy(&g_prop_mutex); in Terminate()
|
/titanic_44/usr/src/lib/pkcs11/libpkcs11/common/ |
H A D | pkcs11Slottable.c | 235 (void) pthread_mutex_destroy(&cur_slot->sl_mutex); in pkcs11_slottable_delete() 244 (void) pthread_mutex_destroy(&slottable->st_start_mutex); in pkcs11_slottable_delete() 251 (void) pthread_mutex_destroy(&slottable->st_mutex); in pkcs11_slottable_delete()
|
H A D | metaGeneral.c | 224 (void) pthread_mutex_destroy(&obj_delay_freed.obj_to_be_free_mutex); in meta_Finalize() 232 (void) pthread_mutex_destroy(&ses_delay_freed.ses_to_be_free_mutex); in meta_Finalize()
|
H A D | metaSessionManager.c | 322 (void) pthread_mutex_destroy(&session->isClosingSession_lock); in meta_session_dealloc()
|
H A D | pkcs11General.c | 213 (void) pthread_mutex_destroy(&globalmutex); in pkcs11_fork_child()
|
/titanic_44/usr/src/lib/pkcs11/pkcs11_kernel/common/ |
H A D | kernelSessionUtil.c | 140 (void) pthread_mutex_destroy(&new_sp->session_mutex); in kernel_add_session() 285 (void) pthread_mutex_destroy(&session_p->ses_free_mutex); in kernel_delete_session() 341 (void) pthread_mutex_destroy(&session_p->session_mutex); in kernel_delete_session() 378 (void) pthread_mutex_destroy(&objp->object_mutex); in kernel_delete_session()
|
H A D | kernelGeneral.c | 311 (void) pthread_mutex_destroy(&slot_table[i]->sl_mutex); in finalize_common() 348 (void) pthread_mutex_destroy(&obj_delay_freed.obj_to_be_free_mutex); in finalize_common() 356 (void) pthread_mutex_destroy(&ses_delay_freed.ses_to_be_free_mutex); in finalize_common()
|
H A D | kernelSlottable.c | 260 (void) pthread_mutex_destroy(&slot_table[i]->sl_mutex); in kernel_slottable_init()
|
/titanic_44/usr/src/lib/sun_fc/common/ |
H A D | Lockable.cc | 51 if (pthread_mutex_destroy(&mutex)) { in ~Lockable()
|
/titanic_44/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | open.c | 112 pthread_mutex_destroy( LDAP_MUTEX_T *mp ) in pthread_mutex_destroy() function 123 pthread_mutex_destroy( (LDAP_MUTEX_T *) mutexp ); in pthread_mutex_free() 204 pthread_mutex_destroy( (pthread_mutex_t *) mutexp ); in pthread_mutex_free()
|
/titanic_44/usr/src/uts/common/gssapi/mechs/krb5/include/ |
H A D | k5-thread.h | 462 # pragma weak pthread_mutex_destroy macro 641 ? pthread_mutex_destroy(&(M)->p) \ 681 # define k5_os_mutex_destroy(M) pthread_mutex_destroy(&(M)->p)
|
/titanic_44/usr/src/cmd/scadm/sparc/mpxu/common/ |
H A D | xsem.c | 57 pthread_mutex_destroy(&sem->semMutex); in xsem_destroy()
|
/titanic_44/usr/src/cmd/auditd/ |
H A D | queue.c | 172 (void) pthread_mutex_destroy(&q->auq_lock); in audit_queue_destroy()
|
/titanic_44/usr/src/lib/udapl/libdat/include/ |
H A D | dat_osd.h | 244 (0 == pthread_mutex_destroy((m))) ? \
|
/titanic_44/usr/src/cmd/syslogd/ |
H A D | queue.c | 139 (void) pthread_mutex_destroy(&dataq->lock); in dataq_destroy()
|
/titanic_44/usr/src/lib/udapl/udapl_tavor/include/ |
H A D | dapl_osd.h | 199 (0 == pthread_mutex_destroy((m))) ? \
|
/titanic_44/usr/src/lib/libadutils/common/ |
H A D | adutils_threadfuncs.c | 152 (void) pthread_mutex_destroy((pthread_mutex_t *)mutexp); in adutils_mutex_free()
|
/titanic_44/usr/src/lib/libc/port/threads/ |
H A D | c11_thr.c | 118 if (pthread_mutex_destroy(mtx) != 0) in mtx_destroy()
|
/titanic_44/usr/src/lib/smhba/common/ |
H A D | SMHBAAPILIB.c | 1252 (void) pthread_mutex_destroy(&_hbaapi_LE_mutex); in HBA_FreeLibrary() 1253 (void) pthread_mutex_destroy(&_hbaapi_TE_mutex); in HBA_FreeLibrary() 1254 (void) pthread_mutex_destroy(&_hbaapi_APSE_mutex); in HBA_FreeLibrary() 1255 (void) pthread_mutex_destroy(&_hbaapi_APE_mutex); in HBA_FreeLibrary() 1256 (void) pthread_mutex_destroy(&_hbaapi_AE_mutex); in HBA_FreeLibrary() 1257 (void) pthread_mutex_destroy(&_hbaapi_AAE_mutex); in HBA_FreeLibrary() 1258 (void) pthread_mutex_destroy(&_smhba_TE_mutex); in HBA_FreeLibrary() 1259 (void) pthread_mutex_destroy(&_smhba_APSE_mutex); in HBA_FreeLibrary() 1260 (void) pthread_mutex_destroy(&_smhba_APE_mutex); in HBA_FreeLibrary() 1261 (void) pthread_mutex_destroy(&_smhba_AE_mutex); in HBA_FreeLibrary() [all …]
|
/titanic_44/usr/src/lib/hbaapi/common/ |
H A D | HBAAPILIB.c | 953 pthread_mutex_destroy(&_hbaapi_LE_mutex); in HBA_FreeLibrary() 954 pthread_mutex_destroy(&_hbaapi_TE_mutex); in HBA_FreeLibrary() 955 pthread_mutex_destroy(&_hbaapi_APSE_mutex); in HBA_FreeLibrary() 956 pthread_mutex_destroy(&_hbaapi_APE_mutex); in HBA_FreeLibrary() 957 pthread_mutex_destroy(&_hbaapi_AE_mutex); in HBA_FreeLibrary() 958 pthread_mutex_destroy(&_hbaapi_AAE_mutex); in HBA_FreeLibrary() 959 pthread_mutex_destroy(&_hbaapi_AL_mutex); in HBA_FreeLibrary() 960 pthread_mutex_destroy(&_hbaapi_LL_mutex); in HBA_FreeLibrary()
|
/titanic_44/usr/src/head/ |
H A D | pthread.h | 259 extern int pthread_mutex_destroy(pthread_mutex_t *);
|
/titanic_44/usr/src/cmd/fm/modules/common/disk-monitor/ |
H A D | util.c | 270 dm_assert(pthread_mutex_destroy(&qp->mutex) == 0); in queue_free()
|
/titanic_44/usr/src/lib/libsip/common/ |
H A D | sip_xaction.c | 421 (void) pthread_mutex_destroy(&trans->sip_xaction_mutex); in sip_xaction_create() 501 (void) pthread_mutex_destroy(&tmp->sip_xaction_mutex); in sip_xaction_remove()
|
/titanic_44/usr/src/cmd/svc/configd/ |
H A D | snapshot.c | 72 (void) pthread_mutex_destroy(&sp->rs_lock); in snapshot_free()
|