[Overview][Constants][Types][Procedures and functions][Index] |
64-bit locking structure.
Source position: ostypes.inc line 155
type FLock64 = record |
||
l_type: cshort; |
|
Lock type |
l_whence: cshort; |
|
Origin for l_start lock region offset. |
l_start: kernel_loff_t; |
|
Offset of lock region, relative to l_whence. |
l_len: kernel_loff_t; |
|
Lock region length |
l_pid: pid_t; |
|
Process holding the lock on the region |
end; |
FLock64 is the record used in the FpFcntl file locking call. It is the same as the FLock type, only contains 64-bit offsets.
|
File control operations. |
|
|
Lock description type for fpFCntl lock call. |
lazarus-ccr.sourceforge.net |