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

/osnet-11/usr/src/lib/libc/port/threads/
H A Dsynch.c318 clear_lockbyte64(volatile uint64_t *lockword64) function
1603 /* mp->mutex_ownerpid is cleared by clear_lockbyte64() */
1604 (void) clear_lockbyte64(&mp->mutex_lockword64);
1787 /* mp->mutex_ownerpid is cleared by clear_lockbyte64() */
1788 old_lockword64 = clear_lockbyte64(&mp->mutex_lockword64);

Completed in 50 milliseconds