#[cold]
,##[cold]
,##[inline]
##[inline]
,##[repr(align)]
,#英文 | 中译 | 可能出现章节 |
---|---|---|
allocation | 内存分配 | 1、3、5、6、8、10 |
atomic | 原子 | all |
benchmark | 基准测试 | 4、9 |
borrow | 借用 | 1、4、5 |
building block | 基石 | 1、2、8、10 |
cache coherence | 缓存一致性 | 7 |
compare and exchange | 比较并交换 | 3、4、6、9 |
condition variable | 条件变量 | 1、2、5、8、9 |
drop | 丢弃 | 1、3、4、5、6、9 |
fetch and modify | 获取并修改 | 1、3 |
fence | 屏障 | 3、6、7、8 |
formalize | 形式化的 | 3 |
guard | 守卫 | 4、9 |
happens-before | happens-before | 3、4、5、6、7、9 |
Invalidation queue | 失效队列 | 7 |
leak | (内存)泄漏 | 1、3、5、8、10 |
load operation | load 操作 | 2、3、5、6、7、8、9 |
lock(v) | 锁定 | all |
memory ordering | 内存排序 | 2、3、4、5、6、7、9 |
mutex | 互斥锁 | 1、2、3、4、8、9 |
mutation | 可变性 | 1、2、4、6、8 |
notify | 通知 | 1、4、5、8、9 |
notify_all | notify all | 9 |
notify_one | notify one | 9 |
park/block | 阻塞 | all |
pipeline | 流水线 | 7 |
reader-writer lock | 读写锁 | 1、3、4、8、9 |
reader | reader | 1、4、8、9、10 |
receiver | 接收者 | 5 |
reference | 引用 | all |
spinLock | 自旋锁 | 3、4、8、9 |
sender | 发送者 | 5 |
spurious | 虚假的 | 1、2、5、8、9 |
static | 静态值 | 1 |
stop the world | 停止其他活动 | 7 |
store buffer | 存储缓冲区 | 7 |
store operation | store 操作 | 2、3、5、6、7、8、9 |
swap operation | swap 操作 | 2、3、5、6、7、8、9 |
syscall | 系统调用 | 8、9 |
unlock(v) | 解锁 | all |
unpark | 释放 | all |
use cases | 用例 | all |
wait(er) | 等待(者) | all |
writer | writer | 1、4、8、9、10 |