Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libc/port/threads/
H A Dsynch.c1253 uint32_t new_lockword; in mutex_trylock_adaptive() local
1335 new_lockword = spinners_decr(&mp->mutex_lockword); in mutex_trylock_adaptive()
1336 if (error && (new_lockword & (LOCKMASK | SPINNERMASK)) == 0) { in mutex_trylock_adaptive()
1441 uint32_t new_lockword; in mutex_trylock_process() local
1530 new_lockword = spinners_decr(&mp->mutex_lockword); in mutex_trylock_process()
1531 if (error && (new_lockword & (LOCKMASK | SPINNERMASK)) == 0) { in mutex_trylock_process()