Home
last modified time | relevance | path

Searched refs:LOCK_NB (Results 1 – 4 of 4) sorted by relevance

/sysdeps/posix/
A Dflock.c34 switch (operation & ~LOCK_NB) in __flock()
53 return __fcntl (fd, (operation & LOCK_NB) ? F_SETLK : F_SETLKW, &lbuf); in __flock()
/sysdeps/pthread/
A Dtst-flock1.c33 if (flock (fd, LOCK_SH | LOCK_NB) != 0) in tf()
61 if (flock (fd, LOCK_EX | LOCK_NB) != 0) in do_test()
/sysdeps/mach/hurd/
A Df_setlk.c47 cmd |= LOCK_NB; in __f_setlk()
/sysdeps/unix/sysv/linux/bits/
A Dfcntl-linux.h239 # define LOCK_NB 4 /* Or'd with one of the above to prevent macro

Completed in 8 milliseconds