mutex.h

来自「linux 内核源代码」· C头文件 代码 · 共 10 行

H
10
字号
/* * Pull in the generic implementation for the mutex fastpath. * * TODO: implement optimized primitives instead, or leave the generic * implementation in place, or pick the atomic_xchg() based generic * implementation. (see asm-generic/mutex-xchg.h for details) */#include <asm-generic/mutex-dec.h>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?