|
P99
|
extension: set the flag and return true if we are the first to do so This interprets an atomic_flag as a spinlock. State "clear" means unlocked and state "set" means locked. This operation only guarantees acquire-consistency. Definition at line 986 of file p99_atomic.h. References atomic_flag_test_and_set_explicit(), and memory_order_acquire. Here is the call graph for this function: |
1.7.6.1