ref: 19f9f65cede04b19db1c5bc861119a613f8b91b8 dir: /posix-port/tas.c/
#include "u.h" #include "libc.h" int tas(int *x) { return __atomic_test_and_set(x, __ATOMIC_ACQ_REL); }