Home
Manpages
About
(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
aarch64/
sync-op-acquire.x
int v; int sync_lock_test_and_set (int a) { return __sync_lock_test_and_set (&v, a); }