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

/freebsd-10-stable/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_atomic.c38 struct mtx atomic_mtx; variable in typeref:struct:mtx
39 MTX_SYSINIT(atomic, &atomic_mtx, "atomic", MTX_DEF);
46 static pthread_mutex_t atomic_mtx; variable
51 pthread_mutex_init(&atomic_mtx, NULL);
60 mtx_lock(&atomic_mtx);
62 mtx_unlock(&atomic_mtx);
69 mtx_lock(&atomic_mtx);
71 mtx_unlock(&atomic_mtx);
80 mtx_lock(&atomic_mtx);
82 mtx_unlock(&atomic_mtx);
[all...]

Completed in 94 milliseconds