FUTEX_UNLOCK_PI

Constant FUTEX_UNLOCK_PI 

Source
pub const FUTEX_UNLOCK_PI: u32 = 7;
Expand description

解锁 PI 互斥体:释放 PI 互斥体。如果存在等待者,唤醒优先级最高的线程。