Stores a value in a single word variable atomically.
Standard C library (libc.a)
Item | Description |
---|---|
word_addr | Specifies the address of the single word variable. |
value | Specifies the value to store in the single word variable. |
The _clear_lock subroutine performs an atomic (uninterruptible) sequence of operations.
This subroutine has no return values.