Home
last modified time | relevance | path

Searched defs:ACCESS_ONCE (Results 1 – 3 of 3) sorted by relevance

/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
Dcompiler.h38 #define ACCESS_ONCE(x) (*(volatile __typeof(x) *)&(x)) macro
/third_party/libuv/test/
Dbenchmark-async-pummel.c29 #define ACCESS_ONCE(type, var) (*(volatile type*) &(var)) macro
/third_party/libuv/src/unix/
Dinternal.h90 #define ACCESS_ONCE(type, var) \ macro