Atomically changes the state of a atomic_flag
pointed to by obj
to clear (false). The first version orders memory accesses according to memory_order_seq_cst, the second version orders memory accesses according to order
.
The argument is pointer to a volatile atomic flag to accept addresses of both non-volatile and volatile (e.g. memory-mapped I/O) atomic flags.
[edit] Parameters obj - pointer to the atomic flag object to modify order - the memory synchronization ordering for this operation: all values are permitted [edit] Return value(none)
[edit] ReferencesRetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4