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