Home
last modified time | relevance | path

Searched refs:pthread_mutex_destroy (Results 1 – 25 of 79) sorted by relevance

1234

/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftGeneral.c273 (void) pthread_mutex_destroy(&soft_sessionlist_mutex); in C_Initialize()
288 (void) pthread_mutex_destroy(&soft_slot.slot_mutex); in C_Initialize()
299 (void) pthread_mutex_destroy(&soft_slot.slot_mutex); in C_Initialize()
311 (void) pthread_mutex_destroy( in C_Initialize()
314 (void) pthread_mutex_destroy(&soft_slot.slot_mutex); in C_Initialize()
325 (void) pthread_mutex_destroy( in C_Initialize()
327 (void) pthread_mutex_destroy( in C_Initialize()
330 (void) pthread_mutex_destroy(&soft_slot.slot_mutex); in C_Initialize()
410 (void) pthread_mutex_destroy(&soft_object_mutex); in finalize_common()
413 (void) pthread_mutex_destroy(&soft_sessionlist_mutex); in finalize_common()
[all …]
/illumos-gate/usr/src/lib/mpapi/libmpscsi_vhci/common/
H A DTerminate.c47 (void) pthread_mutex_destroy(&g_visa_mutex); in Terminate()
48 (void) pthread_mutex_destroy(&g_prop_mutex); in Terminate()
/illumos-gate/usr/src/compat/bhyve/
H A Dpthread.h52 VERIFY0(pthread_mutex_destroy(mutex)); in checked_pthread_mutex_destroy()
57 #define pthread_mutex_destroy(m) checked_pthread_mutex_destroy(m) macro
/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11Slottable.c235 (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 DmetaGeneral.c224 (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 DmetaSessionManager.c322 (void) pthread_mutex_destroy(&session->isClosingSession_lock); in meta_session_dealloc()
/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelSessionUtil.c140 (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 DkernelGeneral.c311 (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 DkernelSlottable.c260 (void) pthread_mutex_destroy(&slot_table[i]->sl_mutex); in kernel_slottable_init()
/illumos-gate/usr/src/lib/sun_fc/common/
H A DLockable.cc53 if (pthread_mutex_destroy(&mutex)) { in ~Lockable()
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dopen.c112 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()
/illumos-gate/usr/src/lib/lib9p/common/
H A Dthreadpool.c265 (void) pthread_mutex_destroy(&tp->ltp_mtx); in l9p_threadpool_init()
466 (void) pthread_mutex_destroy(&tp->ltp_mtx); in l9p_threadpool_shutdown()
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dk5-thread.h462 # pragma weak pthread_mutex_destroy macro
641 ? pthread_mutex_destroy(&(M)->p) \
681 # define k5_os_mutex_destroy(M) pthread_mutex_destroy(&(M)->p)
/illumos-gate/usr/src/cmd/scadm/sparc/mpxu/common/
H A Dxsem.c55 pthread_mutex_destroy(&sem->semMutex); in xsem_destroy()
/illumos-gate/usr/src/cmd/auditd/
H A Dqueue.c172 (void) pthread_mutex_destroy(&q->auq_lock); in audit_queue_destroy()
/illumos-gate/usr/src/lib/udapl/libdat/include/
H A Ddat_osd.h242 (0 == pthread_mutex_destroy((m))) ? \
/illumos-gate/usr/src/cmd/syslogd/
H A Dqueue.c137 (void) pthread_mutex_destroy(&dataq->lock); in dataq_destroy()
/illumos-gate/usr/src/lib/libadutils/common/
H A Dadutils_threadfuncs.c158 (void) pthread_mutex_destroy((pthread_mutex_t *)mutexp); in adutils_mutex_free()
/illumos-gate/usr/src/lib/udapl/udapl_tavor/include/
H A Ddapl_osd.h197 (0 == pthread_mutex_destroy((m))) ? \
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dc11_thr.c118 if (pthread_mutex_destroy(mtx) != 0) in mtx_destroy()
/illumos-gate/usr/src/lib/smhba/common/
H A DSMHBAAPILIB.c1254 (void) pthread_mutex_destroy(&_hbaapi_LE_mutex); in HBA_FreeLibrary()
1255 (void) pthread_mutex_destroy(&_hbaapi_TE_mutex); in HBA_FreeLibrary()
1257 (void) pthread_mutex_destroy(&_hbaapi_APE_mutex); in HBA_FreeLibrary()
1258 (void) pthread_mutex_destroy(&_hbaapi_AE_mutex); in HBA_FreeLibrary()
1259 (void) pthread_mutex_destroy(&_hbaapi_AAE_mutex); in HBA_FreeLibrary()
1260 (void) pthread_mutex_destroy(&_smhba_TE_mutex); in HBA_FreeLibrary()
1262 (void) pthread_mutex_destroy(&_smhba_APE_mutex); in HBA_FreeLibrary()
1263 (void) pthread_mutex_destroy(&_smhba_AE_mutex); in HBA_FreeLibrary()
1264 (void) pthread_mutex_destroy(&_smhba_AAE_mutex); in HBA_FreeLibrary()
1265 (void) pthread_mutex_destroy(&_hbaapi_AL_mutex); in HBA_FreeLibrary()
[all …]
/illumos-gate/usr/src/lib/hbaapi/common/
H A DHBAAPILIB.c954 pthread_mutex_destroy(&_hbaapi_LE_mutex); in HBA_FreeLibrary()
955 pthread_mutex_destroy(&_hbaapi_TE_mutex); in HBA_FreeLibrary()
956 pthread_mutex_destroy(&_hbaapi_APSE_mutex); in HBA_FreeLibrary()
957 pthread_mutex_destroy(&_hbaapi_APE_mutex); in HBA_FreeLibrary()
958 pthread_mutex_destroy(&_hbaapi_AE_mutex); in HBA_FreeLibrary()
959 pthread_mutex_destroy(&_hbaapi_AAE_mutex); in HBA_FreeLibrary()
960 pthread_mutex_destroy(&_hbaapi_AL_mutex); in HBA_FreeLibrary()
961 pthread_mutex_destroy(&_hbaapi_LL_mutex); in HBA_FreeLibrary()
/illumos-gate/usr/src/cmd/bhyve/
H A Dmevent_test.c179 pthread_mutex_destroy(&sync.e_mt); in echoer()
/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_xaction.c419 (void) pthread_mutex_destroy(&trans->sip_xaction_mutex); in sip_xaction_create()
499 (void) pthread_mutex_destroy(&tmp->sip_xaction_mutex); in sip_xaction_remove()
/illumos-gate/usr/src/cmd/fm/modules/common/disk-monitor/
H A Dutil.c268 dm_assert(pthread_mutex_destroy(&qp->mutex) == 0); in queue_free()

1234