Home
last modified time | relevance | path

Searched refs:set_lock_byte64 (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/lib/libc/port/threads/
H A Dsynch.c356 set_lock_byte64(volatile uint64_t *lockword64, pid_t ownerpid) in set_lock_byte64() function
1483 if (set_lock_byte64(lockp, udp->pid) == 0) { in mutex_trylock_process()
1521 set_lock_byte64(lockp, udp->pid) == 0) { in mutex_trylock_process()
1558 if (set_lock_byte64(lockp, udp->pid) == 0) { in mutex_trylock_process()
2202 if (set_lock_byte64(&mp->mutex_lockword64, udp->pid) == 0) { in fast_process_lock()