Commit 1b582d64 authored by David Faure's avatar David Faure Committed by The Qt Project
Browse files

Long live QLockFile


Locking between processes, implemented with open(O_EXCL) on Unix
and CreateFile(CREATE_NEW) on Windows.

Supports detecting stale lock files and deleting them.
Advisory locking is used to prevent deletion of files that are still in use.

Change-Id: Id00ee2a4e77a29483d869037c7047c59cb909339
Reviewed-by: default avatarThiago Macieira <thiago.macieira@intel.com>
parent 6f8bc4de
Branches
Tags
No related merge requests found
Showing with 1370 additions and 0 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment