pub const LOCK_NB: c_int = 4;
To make a nonblocking request, include LOCK_NB (by ORing) with any of LOCK_SH, LOCK_EX and LOCK_UN.
LOCK_NB
LOCK_SH
LOCK_EX
LOCK_UN