Home
last modified time | relevance | path

Searched refs:mtx_destroy (Results 1 – 25 of 29) sorted by relevance

12

/netbsd/src/tests/lib/libpthread/
Dt_mtx.c53 mtx_destroy(&m); in ATF_TC_BODY()
56 mtx_destroy(&m); in ATF_TC_BODY()
59 mtx_destroy(&m); in ATF_TC_BODY()
62 mtx_destroy(&m); in ATF_TC_BODY()
84 mtx_destroy(&m); in ATF_TC_BODY()
89 mtx_destroy(&m); in ATF_TC_BODY()
98 mtx_destroy(&m); in ATF_TC_BODY()
107 mtx_destroy(&m); in ATF_TC_BODY()
127 mtx_destroy(&m); in ATF_TC_BODY()
133 mtx_destroy(&m); in ATF_TC_BODY()
[all …]
Dt_cnd.c113 mtx_destroy(&b_m); in cnd_notify()
163 mtx_destroy(&m); in ATF_TC_BODY()
/netbsd/src/sys/fs/nfs/common/
Dnfs_commonport.c729 mtx_destroy(&nfs_nameid_mutex); in nfscommon_modevent()
730 mtx_destroy(&newnfsd_mtx); in nfscommon_modevent()
731 mtx_destroy(&nfs_state_mutex); in nfscommon_modevent()
732 mtx_destroy(&nfs_sockl_mutex); in nfscommon_modevent()
733 mtx_destroy(&nfs_slock_mutex); in nfscommon_modevent()
734 mtx_destroy(&nfs_req_mutex); in nfscommon_modevent()
735 mtx_destroy(&nfsrv_nfsuserdsock.nr_mtx); in nfscommon_modevent()
Dnfs_fha.c123 mtx_destroy(&softc->fha_hash[i].mtx); in fha_uninit()
Dnfs_commonsubs.c3612 mtx_destroy(&nfsuserhash[i].mtx); in nfsrv_cleanusergroup()
3613 mtx_destroy(&nfsusernamehash[i].mtx); in nfsrv_cleanusergroup()
3614 mtx_destroy(&nfsgroupnamehash[i].mtx); in nfsrv_cleanusergroup()
3615 mtx_destroy(&nfsgrouphash[i].mtx); in nfsrv_cleanusergroup()
/netbsd/src/sys/netinet/
Dsctp_pcb.h454 #define SCTP_INP_LOCK_DESTROY(_inp) mtx_destroy(&(_inp)->inp_mtx)
455 #define SCTP_ASOC_CREATE_LOCK_DESTROY(_inp) mtx_destroy(&(_inp)->inp_create_mtx)
517 #define SCTP_TCB_LOCK_DESTROY(_tcb) mtx_destroy(&(_tcb)->tcb_mtx)
536 #define SCTP_ITERATOR_LOCK_DESTROY() mtx_destroy(&sctppcbinfo.it_mtx)
/netbsd/src/sys/dev/pci/cxgb/
Dcxgb_adapter.h74 mtx_destroy((lock)); \
90 #define MTX_DESTROY mtx_destroy
421 #define PORT_LOCK_DEINIT(port) mtx_destroy(&(port)->lock)
427 #define ADAPTER_LOCK_DEINIT(adap) mtx_destroy(&(adap)->lock)
Dcxgb_osdep.h72 #define mtx_destroy(a) macro
85 #define RT_LOCK_DESTROY(_rt) mtx_destroy(&(_rt)->rt_mtx)
Dcxgb_l2t.h40 #define rw_destroy(x) mtx_destroy((x))
Dcxgb_offload.c1553 mtx_destroy(&cxgb_db_lock); in cxgb_offload_exit()
/netbsd/src/sys/fs/nfs/client/
Dnfs_clnode.c171 mtx_destroy(&np->n_mtx); in ncl_nget()
333 mtx_destroy(&np->n_mtx); in ncl_reclaim()
Dnfs_clport.c280 mtx_destroy(&np->n_mtx); in nfscl_nget()
1415 mtx_destroy(&nfs_clstate_mutex); in nfscl_modevent()
1416 mtx_destroy(&ncl_iod_mutex); in nfscl_modevent()
Dnfs_clvfsops.c1626 mtx_destroy(&nmp->nm_sockreq.nr_mtx); in mountnfs()
1627 mtx_destroy(&nmp->nm_mtx); in mountnfs()
1698 mtx_destroy(&nmp->nm_sockreq.nr_mtx); in nfs_unmount()
1699 mtx_destroy(&nmp->nm_mtx); in nfs_unmount()
/netbsd/src/lib/libpthread/
Dthreads.h97 void mtx_destroy(mtx_t *);
Dmtx.c41 mtx_destroy(mtx_t *mtx) in mtx_destroy() function
Dpthread_mi.expsym109 mtx_destroy
DMakefile273 MLINKS+= mtx.3 mtx_destroy.3
/netbsd/src/external/lgpl3/mpfr/dist/src/
Dmpfr-thread.h77 #define MPFR_LOCK_CLEAR(_lock) do { mtx_destroy(&(_lock)); } while (0)
/netbsd/src/sys/altq/
Daltq_var.h69 #define ACC_LOCK_DESTROY(ac) mtx_destroy(&(ac)->acc_mtx)
/netbsd/src/external/cddl/osnet/dev/cyclic/
Dcyclic.c353 #define mtx_destroy(x) mutex_destroy(x) macro
952 mtx_destroy(&cpu->cyp_mtx); in cyclic_unconfigure()
/netbsd/src/sys/fs/nfs/server/
Dnfs_nfsdport.c3409 mtx_destroy(&nfsrchash_table[i].mtx); in nfsd_modevent()
3410 mtx_destroy(&nfsrcahash_table[i].mtx); in nfsd_modevent()
3412 mtx_destroy(&nfsrc_udpmtx); in nfsd_modevent()
3413 mtx_destroy(&nfs_v4root_mutex); in nfsd_modevent()
3414 mtx_destroy(&nfsv4root_mnt.mnt_mtx); in nfsd_modevent()
3416 mtx_destroy(&nfssessionhash[i].mtx); in nfsd_modevent()
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dcfns.gperf514 #mtx_destroy, 11 -- C11 threads
/netbsd/src/external/cddl/osnet/dist/uts/common/dtrace/
Dfasttrap.c2554 mtx_destroy(&fasttrap_cleanup_mtx); in fasttrap_load()
2677 mtx_destroy(&fasttrap_cleanup_mtx); in fasttrap_unload()
/netbsd/src/sys/external/bsd/drm/dist/bsd-core/
DdrmP.h220 #define DRM_SPINUNINIT(l) mtx_destroy(l)
/netbsd/src/sys/fs/nfs/nlm/
Dnlm_prot_impl.c731 mtx_destroy(&host->nh_lock); in nlm_host_destroy()

12