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

/illumos-gate/usr/src/lib/libc/port/threads/
H A Dassfail.c175 mutex_t mcopy; local
184 * Use memcpy() rather than 'mcopy = *mp' in case mp is unaligned.
186 (void) memcpy(&mcopy, mp, sizeof (mcopy));
219 } else if (!mutex_held(&mcopy)) {
221 } else if (mcopy.mutex_rcount) {
223 ultos((uint64_t)mcopy.mutex_rcount, 10, buf + strlen(buf));
231 if (msg != NULL || mutex_held(&mcopy))
233 else if (mcopy.mutex_lockw == 0)
235 else if (!(mcopy
[all...]

Completed in 57 milliseconds