Searched defs:ATOMIC_OPS (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/runtime/
H A Druntime-atomics.cc77 #define ATOMIC_OPS(type, suffix, vctype) \ macro
109 ATOMIC_OPS(int8_t, 8, char)
110 ATOMIC_OPS(uint8_t, 8, char)
111 ATOMIC_OPS(int16_t, 16, short) /* NOLINT(runtime/int) */
112 ATOMIC_OPS(uint16_t, 16, short) /* NOLINT(runtime/int) */
113 ATOMIC_OPS(int32_t, 32, long) /* NOLINT(runtime/int) */
114 ATOMIC_OPS(uint32_t, 32, long) /* NOLINT(runtime/int) */
117 #undef ATOMIC_OPS macro

Completed in 226 milliseconds