Searched defs:muxifier (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dstrsubr.c202 kmutex_t muxifier; /* single-threads multiplexor creation */ variable
1775 mutex_enter(&muxifier);
1777 mutex_exit(&muxifier);
1796 mutex_exit(&muxifier);
1876 /* Note: we are holding muxifier here. */
1926 mutex_exit(&muxifier);
1971 mutex_exit(&muxifier);
1993 * The muxifier lock must be held on entry and is dropped on exit.
2020 ASSERT(MUTEX_HELD(&muxifier));
2063 mutex_exit(&muxifier);
[all...]

Completed in 70 milliseconds