fcatomiclock(3) opensolaris man page | unix.com

Man Page: fcatomiclock

Operating Environment: opensolaris

Section: 3

FcAtomicLock(3) 														   FcAtomicLock(3)

NAME
FcAtomicLock - lock a file
SYNOPSIS
cc [ flag... ] file... -lfontconfig [ library... ] #include <fontconfig.h> FcBool FcAtomicLock (FcAtomic *atomic);
DESCRIPTION
Attempts to lock the file referenced by atomic. Returns FcFalse if the file is already locked, else returns FcTrue and leaves the file locked.
VERSION
Fontconfig version 2.5.0
ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWfontconfig | +-----------------------------+-----------------------------+ |Interface Stability |Volatile | +-----------------------------+-----------------------------+ |MT-Level |See XInitThreads(3X11) | +-----------------------------+-----------------------------+ 13 November 2007 FcAtomicLock(3)
Related Man Pages
fcconfiggetrescaninterval(3) - opensolaris
fcconfigparseandload(3) - opensolaris
fcdircacheloadfile(3) - opensolaris
fcinitbringuptodate(3) - opensolaris
fcinitreinitialize(3) - opensolaris
Similar Topics in the Unix Linux Community
Trying to block signal
How to learn UNIX
Study UNIX Kernel
Change directory for core file
What's legal and what's not?