Man Page: fcatomiccreate
Operating Environment: opensolaris
Section: 3
FcAtomicCreate(3) FcAtomicCreate(3)NAMEFcAtomicCreate - create an FcAtomic objectSYNOPSIScc [ flag... ] file... -lfontconfig [ library... ] #include <fontconfig.h> FcAtomic * FcAtomicCreate (const FcChar8 *file);DESCRIPTIONCreates a data structure containing data needed to control access to file. Writing is done to a separate file. Once that file is com- plete, the original configuration file is atomically replaced so that reading process always see a consistent and complete file without the need to lock for reading.VERSIONFontconfig version 2.5.0ATTRIBUTESSee 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 FcAtomicCreate(3)
| Related Man Pages |
|---|
| fcconfigappfontadddir(3) - opensolaris |
| fcinitbringuptodate(3) - opensolaris |
| fclangsethaslang(3) - opensolaris |
| fcpatternadd(3) - opensolaris |
| fcstrcopyfilename(3) - opensolaris |
| Similar Topics in the Unix Linux Community |
|---|
| How to learn UNIX |
| Change directory for core file |
| What's legal and what's not? |
| Solaris 10 - password complexity not working |
| Shopt -s histappend |