FUTEX_UNLOCK_PI
os
0.1.0
In os::
uapi::
futex
os
::
uapi
::
futex
Constant
FUTEX_
UNLOCK_
PI
Copy item path
Source
pub const FUTEX_UNLOCK_PI: u32 = 7;
Expand description
解锁 PI 互斥体:释放 PI 互斥体。如果存在等待者,唤醒优先级最高的线程。