Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/threads/
H A Dsynch.c303 clear_lockbyte(volatile uint32_t *lockword) in clear_lockbyte() function
1369 (void) clear_lockbyte(&mp->mutex_lockword); in mutex_trylock_adaptive()
1715 old_lockword = clear_lockbyte(&mp->mutex_lockword); in mutex_unlock_queue()
1748 old_lockword = clear_lockbyte(&mp->mutex_lockword); in mutex_unlock_process()
1875 (void) clear_lockbyte(&mp->mutex_lockword); in mutex_lock_queue()