Home
last modified time | relevance | path

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.c1442 volatile uint64_t *lockp = (volatile uint64_t *)&mp->mutex_lockword64; in mutex_trylock_process()
1576 (void) clear_lockbyte64(&mp->mutex_lockword64); in mutex_trylock_process()
1760 old_lockword64 = clear_lockbyte64(&mp->mutex_lockword64); in mutex_unlock_process()
2203 if (set_lock_byte64(&mp->mutex_lockword64, udp->pid) == 0) { in fast_process_lock()