Skip to main content

LOCK_NB

Constant LOCK_NB 

Source
pub const LOCK_NB: c_int = 4;
Expand description

To make a nonblocking request, include LOCK_NB (by ORing) with any of LOCK_SH, LOCK_EX and LOCK_UN.