Lines Matching +full:lock +full:- +full:less
5 …formation Technology -- Portable Operating System Interface (POSIX), The Open Group Base Specifica…
12 lockf \- record locking on files
26 \fBchmod\fR(2)). Calls to \fBlockf()\fR from other threads that attempt to lock
45 #define F_LOCK 1 /* lock section for exclusive use */
46 #define F_TLOCK 2 /* test & lock section for exclusive use */
57 \fBF_TEST\fR is used to detect if a lock by another process is present on the
58 specified section. \fBF_LOCK\fR and \fBF_TLOCK\fR both lock a section of a file
69 any future end-of-file). An area need not be allocated to the file in order to
70 be locked as such locks may exist past the end-of-file.
102 An \fBF_ULOCK\fR request in which \fIsize\fR is non-zero and the offset of the
104 \fBoff_t\fR, when the process has an existing lock in which \fIsize\fR is 0 and
187 less than 0.
221 and the request would cause the number of locks to exceed a system-imposed
238 Record-locking should not be used in combination with the \fBfopen\fR(3C),
240 the more primitive, non-buffered functions (such as \fBopen\fR(2)) should be
250 The \fBlockf()\fR function has a transitional interface for 64-bit file
267 MT-Level MT-Safe