1FcAtomicLock(3) FcAtomicLock(3)
23
4
NAME
6FcAtomicLock - lock a file
7
SYNOPSIS
9#include <fontconfig/fontconfig.h>
1011
FcBool FcAtomicLock (FcAtomic *atomic);
12
DESCRIPTION
14Attempts to lock the file referenced by atomic. Returns FcFalse if the
15file is already locked, else returns FcTrue and leaves the file locked.
1617
18
19
Fontconfig 2.13.1 30 8月 2018 FcAtomicLock(3)