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

/illumos-gate/usr/src/uts/intel/sys/
H A Dsynch32.h44 #define mutex_lockword64 lock.owner64 macro
/illumos-gate/usr/src/uts/sparc/sys/
H A Dsynch32.h44 #define mutex_lockword64 lock.owner64 macro
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dsynch.c316 * Same as clear_lockbyte(), but operates on mutex_lockword64.
1441 volatile uint64_t *lockp = (volatile uint64_t *)&mp->mutex_lockword64;
1575 (void) clear_lockbyte64(&mp->mutex_lockword64);
1759 old_lockword64 = clear_lockbyte64(&mp->mutex_lockword64);
2202 if (set_lock_byte64(&mp->mutex_lockword64, udp->pid) == 0) {

Completed in 88 milliseconds