Home
last modified time | relevance | path

Searched refs:LOCK_SH (Results 1 – 5 of 5) sorted by relevance

/sysdeps/posix/
A Dflock.c36 case LOCK_SH: in __flock()
/sysdeps/mach/hurd/
A Df_setlk.c38 case F_RDLCK: cmd = LOCK_SH; break; in __f_setlk()
/sysdeps/pthread/
A Dtst-flock1.c33 if (flock (fd, LOCK_SH | LOCK_NB) != 0) in tf()
/sysdeps/unix/sysv/linux/
A Dtest-errno-linux.c161 fails |= test_wrp (EBADF, flock, -1, LOCK_SH); in do_test()
/sysdeps/unix/sysv/linux/bits/
A Dfcntl-linux.h237 # define LOCK_SH 1 /* Shared lock. */ macro

Completed in 9 milliseconds