1FcAtomicLock(3) FcAtomicLock(3)
23
4
NAME
6FcAtomicLock - lock a file
7
SYNOPSIS
9#include <fontconfig.h>
1011
FcBool FcAtomicLock (FcAtomic *atomic);
12
DESCRIPTION
14Attempts to lock the file referenced by atomic. Returns FcFalse if the
15file is locked by another process, else returns FcTrue and leaves the
16file locked.
17
VERSION
19Fontconfig version 2.4.2
2021
22
23
11 May 2007 FcAtomicLock(3)