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

/illumos-gate/usr/src/lib/libc/sparc/
H A Dgenassym.c46 offsetof(lwp_mutex_t, mutex_lockword));
/illumos-gate/usr/src/lib/libc/amd64/
H A Dgenassym.c49 offsetof(lwp_mutex_t, mutex_lockword));
/illumos-gate/usr/src/lib/libc/i386/
H A Dgenassym.c49 offsetof(lwp_mutex_t, mutex_lockword));
/illumos-gate/usr/src/uts/intel/sys/
H A Dsynch32.h42 #define mutex_lockword lock.lock32.lockword macro
/illumos-gate/usr/src/uts/sparc/sys/
H A Dsynch32.h42 #define mutex_lockword lock.lock32.lockword macro
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dsynch.c456 if (atomic_swap_32(&mp->mutex_lockword, 0) & WAITERMASK) {
1301 if (spinners_incr(&mp->mutex_lockword, max_spinners) == -1)
1336 new_lockword = spinners_decr(&mp->mutex_lockword);
1368 (void) clear_lockbyte(&mp->mutex_lockword);
1504 if (spinners_incr(&mp->mutex_lockword, max_spinners) == -1)
1531 new_lockword = spinners_decr(&mp->mutex_lockword);
1714 old_lockword = clear_lockbyte(&mp->mutex_lockword);
1747 old_lockword = clear_lockbyte(&mp->mutex_lockword);
1874 (void) clear_lockbyte(&mp->mutex_lockword);
2540 mp->mutex_lockword
[all...]

Completed in 65 milliseconds