Searched defs:atomic (Results 1 – 3 of 3) sorted by relevance
13 #define atomic_read(atomic) ((atomic)->value) // 读取原子变量 argument14 #define atomic_set(atomic,val) (((atomic)->value) = (val)) // 设置原子变量的初始值 argument
6 pub mod atomic; module
27 "atomic": "c", string