LinuxPlatformUtils.cpp
上传用户:huihehuasu
上传日期:2007-01-10
资源大小:6948k
文件大小:22k
源码类别:

xml/soap/webservice

开发平台:

C/C++

  1. /*
  2.  * The Apache Software License, Version 1.1
  3.  *
  4.  * Copyright (c) 1999-2000 The Apache Software Foundation.  All rights
  5.  * reserved.
  6.  *
  7.  * Redistribution and use in source and binary forms, with or without
  8.  * modification, are permitted provided that the following conditions
  9.  * are met:
  10.  *
  11.  * 1. Redistributions of source code must retain the above copyright
  12.  *    notice, this list of conditions and the following disclaimer.
  13.  *
  14.  * 2. Redistributions in binary form must reproduce the above copyright
  15.  *    notice, this list of conditions and the following disclaimer in
  16.  *    the documentation and/or other materials provided with the
  17.  *    distribution.
  18.  *
  19.  * 3. The end-user documentation included with the redistribution,
  20.  *    if any, must include the following acknowledgment:
  21.  *       "This product includes software developed by the
  22.  *        Apache Software Foundation (http://www.apache.org/)."
  23.  *    Alternately, this acknowledgment may appear in the software itself,
  24.  *    if and wherever such third-party acknowledgments normally appear.
  25.  *
  26.  * 4. The names "Xerces" and "Apache Software Foundation" must
  27.  *    not be used to endorse or promote products derived from this
  28.  *    software without prior written permission. For written
  29.  *    permission, please contact apache@apache.org.
  30.  *
  31.  * 5. Products derived from this software may not be called "Apache",
  32.  *    nor may "Apache" appear in their name, without prior written
  33.  *    permission of the Apache Software Foundation.
  34.  *
  35.  * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
  36.  * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  37.  * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  38.  * DISCLAIMED.  IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
  39.  * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  40.  * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  41.  * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
  42.  * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  43.  * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  44.  * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
  45.  * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  46.  * SUCH DAMAGE.
  47.  * ====================================================================
  48.  *
  49.  * This software consists of voluntary contributions made by many
  50.  * individuals on behalf of the Apache Software Foundation, and was
  51.  * originally based on software copyright (c) 1999, International
  52.  * Business Machines, Inc., http://www.ibm.com .  For more information
  53.  * on the Apache Software Foundation, please see
  54.  * <http://www.apache.org/>.
  55.  */
  56. /*
  57.  * $Log: LinuxPlatformUtils.cpp,v $
  58.  * Revision 1.22  2001/10/25 15:36:35  tng
  59.  * [Bug 4318] Single threaded build fails due to obsolete #define .
  60.  *
  61.  * Revision 1.21  2001/10/25 15:20:31  tng
  62.  * Need to guard with NO_APP_THREADS when destroying the mutex.
  63.  *
  64.  * Revision 1.20  2001/10/23 23:10:48  peiyongz
  65.  * [Bug#880] patch to PlatformUtils:init()/term() and related. from Mark Weaver
  66.  *
  67.  * Revision 1.19  2001/05/11 12:03:40  tng
  68.  * Need to add header <linux/limits> for definition of PATH_MAX
  69.  *
  70.  * Revision 1.18  2001/05/10 20:40:44  lehors
  71.  * built-in buffer limit could be smaller than system limit,
  72.  * we now use PATH_MAX instead - patch from Christian Schuhegger - bug #1158
  73.  *
  74.  * Revision 1.17  2000/07/25 22:29:55  aruna1
  75.  * Char definitions in XMLUni moved to XMLUniDefs
  76.  *
  77.  * Revision 1.16  2000/03/24 00:13:03  aruna1
  78.  * Platform initialization taken care for both threaded and non-threaded environment
  79.  *
  80.  * Revision 1.15  2000/03/20 23:48:52  rahulj
  81.  * Added Socket based NetAccessor. This will enable one to
  82.  * use HTTP URL's for system id's. Default build options do
  83.  * not use this NetAccessor. Specify the '-n socket' option
  84.  * to 'runConfigure' to configure Xerces-C to use this new
  85.  * feature. The code works under Solaris 2.6, Linux, AIX
  86.  * and HPUX 11 with aCC.
  87.  * Todo's: enable proper error handling.
  88.  *
  89.  * Revision 1.14  2000/03/18 00:00:00  roddey
  90.  * Initial updates for two way transcoding support
  91.  *
  92.  * Revision 1.13  2000/03/02 21:10:36  abagchi
  93.  * Added empty function platformTerm()
  94.  *
  95.  * Revision 1.12  2000/03/02 20:42:41  abagchi
  96.  * Fixed typo in XMLExcepts
  97.  *
  98.  * Revision 1.11  2000/03/02 19:55:24  roddey
  99.  * This checkin includes many changes done while waiting for the
  100.  * 1.1.0 code to be finished. I can't list them all here, but a list is
  101.  * available elsewhere.
  102.  *
  103.  * Revision 1.10  2000/02/22 00:58:15  aruna1
  104.  * openFile API updated
  105.  *
  106.  * Revision 1.9  2000/02/06 07:48:28  rahulj
  107.  * Year 2K copyright swat.
  108.  *
  109.  * Revision 1.8  2000/01/25 22:32:56  aruna1
  110.  * Updated panic information
  111.  *
  112.  * Revision 1.7  2000/01/19 23:21:37  abagchi
  113.  * Made this file compatible with ICU 1.4
  114.  *
  115.  * Revision 1.6  2000/01/19 17:37:48  abagchi
  116.  * Removed the streaming classes
  117.  *
  118.  * Revision 1.5  2000/01/14 02:04:43  abagchi
  119.  * Introduced getFullPath() and weavePath()
  120.  *
  121.  * Revision 1.4  1999/12/14 23:53:33  rahulj
  122.  * Removed the offending Ctrl-M's from the commit message
  123.  * logs which was giving packaging problems.
  124.  *
  125.  * PR:
  126.  * Obtained from:
  127.  * Submitted by:
  128.  * Reviewed by:
  129.  *
  130.  * Revision 1.3  1999/11/23 02:00:48  rahulj
  131.  * Code now works under HPUX 11. Tested inmemory message loader.
  132.  * Revamped makefiles. Builds with both DCE threads as well as pthread libraries.
  133.  *
  134.  * Revision 1.2  1999/11/17 22:35:33  rahulj
  135.  * Replaced default attr mutexes with recursive mutexes. Also code works with ICU transcoding service
  136.  *
  137.  * Revision 1.1.1.1  1999/11/09 01:07:01  twl
  138.  * Initial checkin
  139.  *
  140.  * Revision 1.6  1999/11/08 20:45:30  rahul
  141.  * Swat for adding in Product name and CVS comment log variable.
  142.  *
  143.  */
  144. // ---------------------------------------------------------------------------
  145. //  Includes
  146. // ---------------------------------------------------------------------------
  147. #if !defined(APP_NO_THREADS)
  148. #include    <pthread.h>
  149. #endif
  150. #ifndef _GNU_SOURCE
  151.     #error _GNU_SOURCE is not defined in your compile settings
  152. #endif
  153. #include    <unistd.h>
  154. #include    <stdio.h>
  155. #include    <stdlib.h>
  156. #include    <errno.h>
  157. #include    <libgen.h>
  158. #include    <linux/limits.h>           //for PATH_MAX
  159. #include    <sys/timeb.h>
  160. #include    <string.h>
  161. #include    <util/PlatformUtils.hpp>
  162. #include    <util/RuntimeException.hpp>
  163. #include    <util/Janitor.hpp>
  164. #include    <util/Mutexes.hpp>
  165. #include    <util/XMLString.hpp>
  166. #include    <util/XMLUniDefs.hpp>
  167. #include    <util/XMLUni.hpp>
  168. #if defined(XML_USE_ICU_TRANSCODER)
  169.     #include <util/Transcoders/ICU/ICUTransService.hpp>
  170. #else
  171.     // Use native transcoder. Same as -DXML_USE_NATIVE_TRANSCODER
  172.     #include <util/Transcoders/Iconv/IconvTransService.hpp>
  173. #endif
  174. #if defined(XML_USE_ICU_MESSAGELOADER)
  175.     #include <util/MsgLoaders/ICU/ICUMsgLoader.hpp>
  176. #else
  177.     // Same as -DXML_USE_INMEM_MESSAGELOADER
  178.     #include <util/MsgLoaders/InMemory/InMemMsgLoader.hpp>
  179. #endif
  180. #if defined (XML_USE_NETACCESSOR_SOCKET)
  181.     #include <util/NetAccessors/Socket/SocketNetAccessor.hpp>
  182. #endif
  183. // ---------------------------------------------------------------------------
  184. //  Local Methods
  185. // ---------------------------------------------------------------------------
  186. static void WriteCharStr( FILE* stream, const char* const toWrite)
  187. {
  188.     if (fputs(toWrite, stream) == EOF)
  189.     {
  190.         ThrowXML(XMLPlatformUtilsException,
  191.                  XMLExcepts::Strm_StdErrWriteFailure);
  192.     }
  193. }
  194. static void WriteUStrStdErr( const XMLCh* const toWrite)
  195. {
  196.     char* tmpVal = XMLString::transcode(toWrite);
  197.     ArrayJanitor<char> janText(tmpVal);
  198.     if (fputs(tmpVal, stderr) == EOF)
  199.     {
  200.        ThrowXML(XMLPlatformUtilsException,
  201.                 XMLExcepts::Strm_StdErrWriteFailure);
  202.    }
  203. }
  204. static void WriteUStrStdOut( const XMLCh* const toWrite)
  205.  {
  206.     char* tmpVal = XMLString::transcode(toWrite);
  207.     ArrayJanitor<char> janText(tmpVal);
  208.     if (fputs(tmpVal, stdout) == EOF)
  209.     {
  210.         ThrowXML(XMLPlatformUtilsException,
  211.                  XMLExcepts::Strm_StdOutWriteFailure);
  212.     }
  213. }
  214. XMLNetAccessor* XMLPlatformUtils::makeNetAccessor()
  215. {
  216. #if defined (XML_USE_NETACCESSOR_SOCKET)
  217.     return new SocketNetAccessor();
  218. #else
  219.     return 0;
  220. #endif
  221. }
  222. XMLCh* XMLPlatformUtils::weavePaths(const   XMLCh* const    basePath
  223.                                     , const XMLCh* const    relativePath)
  224. {
  225.     // Create a buffer as large as both parts and empty it
  226.     XMLCh* tmpBuf = new XMLCh[XMLString::stringLen(basePath)
  227.                               + XMLString::stringLen(relativePath)
  228.                               + 2];
  229.     *tmpBuf = 0;
  230.     //
  231.     //  If we have no base path, then just take the relative path as
  232.     //  is.
  233.     //
  234.     if (!basePath)
  235.     {
  236.         XMLString::copyString(tmpBuf, relativePath);
  237.         return tmpBuf;
  238.     }
  239.     if (!*basePath)
  240.     {
  241.         XMLString::copyString(tmpBuf, relativePath);
  242.         return tmpBuf;
  243.     }
  244.     const XMLCh* basePtr = basePath + (XMLString::stringLen(basePath) - 1);
  245.     if ((*basePtr != chForwardSlash)
  246.     &&  (*basePtr != chBackSlash))
  247.     {
  248.         while ((basePtr >= basePath)
  249.         &&     ((*basePtr != chForwardSlash) && (*basePtr != chBackSlash)))
  250.         {
  251.             basePtr--;
  252.         }
  253.     }
  254.     // There is no relevant base path, so just take the relative part
  255.     if (basePtr < basePath)
  256.     {
  257.         XMLString::copyString(tmpBuf, relativePath);
  258.         return tmpBuf;
  259.     }
  260.     // After this, make sure the buffer gets handled if we exit early
  261.     ArrayJanitor<XMLCh> janBuf(tmpBuf);
  262.     //
  263.     //  We have some path part, so we need to check to see if we ahve to
  264.     //  weave any of the parts together.
  265.     //
  266.     const XMLCh* pathPtr = relativePath;
  267.     while (true)
  268.     {
  269.         // If it does not start with some period, then we are done
  270.         if (*pathPtr != chPeriod)
  271.             break;
  272.         unsigned int periodCount = 1;
  273.         pathPtr++;
  274.         if (*pathPtr == chPeriod)
  275.         {
  276.             pathPtr++;
  277.             periodCount++;
  278.         }
  279.         // Has to be followed by a  or / or the null to mean anything
  280.         if ((*pathPtr != chForwardSlash) && (*pathPtr != chBackSlash)
  281.         &&  *pathPtr)
  282.         {
  283.             break;
  284.         }
  285.         if (*pathPtr)
  286.             pathPtr++;
  287.         // If its one period, just eat it, else move backwards in the base
  288.         if (periodCount == 2)
  289.         {
  290.             basePtr--;
  291.             while ((basePtr >= basePath)
  292.             &&     ((*basePtr != chForwardSlash) && (*basePtr != chBackSlash)))
  293.             {
  294.                 basePtr--;
  295.             }
  296.             // The base cannot provide enough levels, so its in error/
  297.             if (basePtr < basePath)
  298.                 ThrowXML(XMLPlatformUtilsException,
  299.                          XMLExcepts::File_BasePathUnderflow);
  300.         }
  301.     }
  302.     // Copy the base part up to the base pointer
  303.     XMLCh* bufPtr = tmpBuf;
  304.     const XMLCh* tmpPtr = basePath;
  305.     while (tmpPtr <= basePtr)
  306.         *bufPtr++ = *tmpPtr++;
  307.     // And then copy on the rest of our path
  308.     XMLString::copyString(bufPtr, pathPtr);
  309.     // Orphan the buffer and return it
  310.     janBuf.orphan();
  311.     return tmpBuf;
  312. }
  313. // ---------------------------------------------------------------------------
  314. //  XMLPlatformUtils: Private Static Methods
  315. // ---------------------------------------------------------------------------
  316. //
  317. //  This method is called by the platform independent part of this class
  318. //  when client code asks to have one of the supported message sets loaded.
  319. //
  320. XMLMsgLoader* XMLPlatformUtils::loadAMsgSet(const XMLCh* const msgDomain)
  321. {
  322.     XMLMsgLoader* retVal;
  323.     try
  324.     {
  325. #if defined (XML_USE_ICU_MESSAGELOADER)
  326.         retVal = new ICUMsgLoader(msgDomain);
  327. #else
  328.         // same as -DXML_USE_INMEM_MESSAGELOADER
  329.         retVal = new InMemMsgLoader(msgDomain);
  330. #endif
  331.     }
  332.     catch(...)
  333.     {
  334.         panic(XMLPlatformUtils::Panic_CantLoadMsgDomain);
  335.     }
  336.     return retVal;
  337. }
  338. //
  339. //  This method is called very early in the bootstrapping process. This guy
  340. //  must create a transcoding service and return it. It cannot use any string
  341. //  methods, any transcoding services, throw any exceptions, etc... It just
  342. //  makes a transcoding service and returns it, or returns zero on failure.
  343. //
  344. XMLTransService* XMLPlatformUtils::makeTransService()
  345. {
  346. #if defined (XML_USE_ICU_TRANSCODER)
  347.     // Use ICU transcoding services.
  348.     // same as -DXML_USE_ICU_MESSAGELOADER
  349.     return new ICUTransService;
  350. #else
  351.     // Use native transcoding services.
  352.     // same as -DXML_USE_INMEM_MESSAGELOADER
  353.     return new IconvTransService;
  354. #endif
  355. }
  356. // ---------------------------------------------------------------------------
  357. //  XMLPlatformUtils: The panic method
  358. // ---------------------------------------------------------------------------
  359. void XMLPlatformUtils::panic(const PanicReasons reason)
  360. {
  361.      const char* reasonStr = "Unknown reason";
  362.     if (reason == Panic_NoTransService)
  363.         reasonStr = "Could not load a transcoding service";
  364.     else if (reason == Panic_NoDefTranscoder)
  365.         reasonStr = "Could not load a local code page transcoder";
  366.     else if (reason == Panic_CantFindLib)
  367.         reasonStr = "Could not find the xerces-c DLL";
  368.     else if (reason == Panic_UnknownMsgDomain)
  369.         reasonStr = "Unknown message domain";
  370.     else if (reason == Panic_CantLoadMsgDomain)
  371.         reasonStr = "Cannot load message domain";
  372.     else if (reason == Panic_SynchronizationErr)
  373.         reasonStr = "Cannot synchronize system or mutex";
  374.     else if (reason == Panic_SystemInit)
  375.         reasonStr = "Cannot initialize the system or mutex";
  376.     fprintf(stderr, "%sn", reasonStr);
  377.     exit(-1);
  378. }
  379. // ---------------------------------------------------------------------------
  380. //  XMLPlatformUtils: File Methods
  381. // ---------------------------------------------------------------------------
  382. unsigned int XMLPlatformUtils::curFilePos(FileHandle theFile)
  383. {
  384.     int curPos = ftell( (FILE*)theFile);
  385.     if (curPos == -1)
  386.         ThrowXML(XMLPlatformUtilsException,
  387.                  XMLExcepts::File_CouldNotGetSize);
  388.     return (unsigned int)curPos;
  389. }
  390. void XMLPlatformUtils::closeFile(FileHandle theFile)
  391. {
  392.     if (fclose((FILE*)theFile))
  393.         ThrowXML(XMLPlatformUtilsException,
  394.                  XMLExcepts::File_CouldNotCloseFile);
  395. }
  396. unsigned int XMLPlatformUtils::fileSize(FileHandle theFile)
  397. {
  398.     // Get the current position
  399.     long  int curPos = ftell((FILE*) theFile);
  400.     if (curPos == -1)
  401.         ThrowXML(XMLPlatformUtilsException,
  402.                  XMLExcepts::File_CouldNotGetCurPos);
  403.     // Seek to the end and save that value for return
  404.      if (fseek((FILE*) theFile, 0, SEEK_END))
  405.         ThrowXML(XMLPlatformUtilsException,
  406.                  XMLExcepts::File_CouldNotSeekToEnd);
  407.     long int retVal = ftell((FILE*)theFile);
  408.     if (retVal == -1)
  409.         ThrowXML(XMLPlatformUtilsException,
  410.                  XMLExcepts::File_CouldNotSeekToEnd);
  411.     // And put the pointer back
  412.     if (fseek( (FILE*)theFile, curPos, SEEK_SET) )
  413.         ThrowXML(XMLPlatformUtilsException,
  414.                  XMLExcepts::File_CouldNotSeekToPos);
  415.     return (unsigned int)retVal;
  416. }
  417. FileHandle XMLPlatformUtils::openFile(const XMLCh* const fileName)
  418. {
  419.     const char* tmpFileName = XMLString::transcode(fileName);
  420.     ArrayJanitor<char> janText((char*)tmpFileName);
  421.     FileHandle retVal = (FILE*)fopen( tmpFileName , "rb" );
  422.     if (retVal == NULL)
  423.         return 0;
  424.     return retVal;
  425. }
  426. FileHandle XMLPlatformUtils::openFile(const char* const fileName)
  427. {
  428.     FileHandle retVal = (FILE*)fopen( fileName , "rb" );
  429.     if (retVal == NULL)
  430.         return 0;
  431.     return retVal;
  432. }
  433. FileHandle XMLPlatformUtils::openStdInHandle()
  434. {
  435.         return (FileHandle)fdopen(dup(0), "rb");
  436. }
  437. unsigned int
  438. XMLPlatformUtils::readFileBuffer( FileHandle          theFile
  439.                                 , const unsigned int  toRead
  440.                                 , XMLByte* const      toFill)
  441. {
  442.     size_t noOfItemsRead = fread((void*) toFill, 1, toRead, (FILE*)theFile);
  443.     if(ferror((FILE*)theFile))
  444.     {
  445.         ThrowXML(XMLPlatformUtilsException,
  446.                  XMLExcepts::File_CouldNotReadFromFile);
  447.     }
  448.     return (unsigned int)noOfItemsRead;
  449. }
  450. void XMLPlatformUtils::resetFile(FileHandle theFile)
  451. {
  452.     // Seek to the start of the file
  453.     if (fseek((FILE*)theFile, 0, SEEK_SET))
  454.         ThrowXML(XMLPlatformUtilsException,
  455.                  XMLExcepts::File_CouldNotResetFile);
  456. }
  457. // ---------------------------------------------------------------------------
  458. //  XMLPlatformUtils: Timing Methods
  459. // ---------------------------------------------------------------------------
  460. unsigned long XMLPlatformUtils::getCurrentMillis()
  461. {
  462.     timeb aTime;
  463.     ftime(&aTime);
  464.     return (unsigned long)(aTime.time*1000 + aTime.millitm);
  465. }
  466. XMLCh* XMLPlatformUtils::getFullPath(const XMLCh* const srcPath)
  467. {
  468.     //
  469.     //  NOTE: THe path provided has always already been opened successfully,
  470.     //  so we know that its not some pathological freaky path. It comes in
  471.     //  in native format, and goes out as Unicode always
  472.     //
  473.     char* newSrc = XMLString::transcode(srcPath);
  474.     ArrayJanitor<char> janText(newSrc);
  475.     // Use a local buffer that is big enough for the largest legal path
  476.     char *absPath = new char[PATH_MAX];
  477.     // get the absolute path
  478.     char* retPath = realpath(newSrc, absPath);
  479.     ArrayJanitor<char> janText2(retPath);
  480.     if (!retPath)
  481.     {
  482.         ThrowXML(XMLPlatformUtilsException, XMLExcepts::File_CouldNotGetBasePathName);
  483.     }
  484.     return XMLString::transcode(absPath);
  485. }
  486. bool XMLPlatformUtils::isRelative(const XMLCh* const toCheck)
  487. {
  488.     // Check for pathological case of empty path
  489.     if (!toCheck[0])
  490.         return false;
  491.     //
  492.     //  If it starts with a slash, then it cannot be relative. This covers
  493.     //  both something like "TestFile.xml" and an NT Lan type remote path
  494.     //  that starts with a node like "\MyNodeTestFile.xml".
  495.     //
  496.     if (toCheck[0] == XMLCh('/'))
  497.         return false;
  498.     // Else assume its a relative path
  499.     return true;
  500. }
  501. // -----------------------------------------------------------------------
  502. //  Mutex methods
  503. // -----------------------------------------------------------------------
  504. #if !defined(APP_NO_THREADS)
  505. // ---------------------------------------------------------------------------
  506. //  XMLPlatformUtils: Platform init method
  507. // ---------------------------------------------------------------------------
  508. static XMLMutex atomicOpsMutex;
  509. void XMLPlatformUtils::platformInit()
  510. {
  511.     //
  512.     // The atomicOps mutex needs to be created early.
  513.     // Normally, mutexes are created on first use, but there is a
  514.     // circular dependency between compareAndExchange() and
  515.     // mutex creation that must be broken.
  516.     atomicOpsMutex.fHandle = XMLPlatformUtils::makeMutex();
  517. }
  518. void* XMLPlatformUtils::makeMutex()
  519. {
  520.     pthread_mutex_t* mutex = new pthread_mutex_t;
  521.     pthread_mutexattr_t*  attr = new pthread_mutexattr_t;
  522.     pthread_mutexattr_init(attr);
  523.     pthread_mutexattr_settype(attr, PTHREAD_MUTEX_RECURSIVE_NP);
  524.     if (pthread_mutex_init(mutex, attr))
  525.     {
  526.         ThrowXML(XMLPlatformUtilsException,
  527.                  XMLExcepts::Mutex_CouldNotCreate);
  528.     }
  529.     pthread_mutexattr_destroy(attr);
  530.     delete attr;
  531.     return (void*)(mutex);
  532. }
  533. void XMLPlatformUtils::closeMutex(void* const mtxHandle)
  534. {
  535.     if (mtxHandle != NULL)
  536.     {
  537.         if (pthread_mutex_destroy((pthread_mutex_t*) mtxHandle))
  538.         {
  539.             ThrowXML(XMLPlatformUtilsException,
  540.                      XMLExcepts::Mutex_CouldNotDestroy);
  541.         }
  542.         delete mtxHandle;
  543.     }
  544. }
  545. void XMLPlatformUtils::lockMutex(void* const mtxHandle)
  546. {
  547.     if (mtxHandle != NULL)
  548.     {
  549.         if (pthread_mutex_lock((pthread_mutex_t*) mtxHandle))
  550.         {
  551.             ThrowXML(XMLPlatformUtilsException,
  552.                      XMLExcepts::Mutex_CouldNotLock);
  553.         }
  554.     }
  555. }
  556. void XMLPlatformUtils::unlockMutex(void* const mtxHandle)
  557. {
  558.     if (mtxHandle != NULL)
  559.     {
  560.         if (pthread_mutex_unlock((pthread_mutex_t*) mtxHandle))
  561.         {
  562.             ThrowXML(XMLPlatformUtilsException,
  563.                      XMLExcepts::Mutex_CouldNotUnlock);
  564.         }
  565.     }
  566. }
  567. // -----------------------------------------------------------------------
  568. //  Miscellaneous synchronization methods
  569. // -----------------------------------------------------------------------
  570. void* XMLPlatformUtils::compareAndSwap(void**            toFill
  571.                                      , const void* const newValue
  572.                                      , const void* const toCompare)
  573. {
  574.     XMLMutexLock lockMutex(&atomicOpsMutex);
  575.     void *retVal = *toFill;
  576.     if (*toFill == toCompare)
  577.         *toFill = (void *)newValue;
  578.     return retVal;
  579. }
  580. int XMLPlatformUtils::atomicIncrement(int &location)
  581. {
  582.     XMLMutexLock localLock(&atomicOpsMutex);
  583.     return ++location;
  584. }
  585. int XMLPlatformUtils::atomicDecrement(int &location)
  586. {
  587.     XMLMutexLock localLock(&atomicOpsMutex);
  588.     return --location;
  589. }
  590. #else // #if !defined (APP_NO_THREADS)
  591. void XMLPlatformUtils::platformInit()
  592. {
  593. }
  594. void* XMLPlatformUtils::makeMutex()
  595. {
  596.         return 0;
  597. }
  598. void XMLPlatformUtils::closeMutex(void* const mtxHandle)
  599. {
  600. }
  601. void XMLPlatformUtils::lockMutex(void* const mtxHandle)
  602. {
  603. }
  604. void XMLPlatformUtils::unlockMutex(void* const mtxHandle)
  605. {
  606. }
  607. void* XMLPlatformUtils::compareAndSwap (void**             toFill,
  608.                                         const void* const  newValue,
  609.                                         const void* const  toCompare)
  610. {
  611.     void *retVal = *toFill;
  612.     if (*toFill == toCompare)
  613.        *toFill = (void *)newValue;
  614.     return retVal;
  615. }
  616. int XMLPlatformUtils::atomicIncrement(int &location)
  617. {
  618.     return ++location;
  619. }
  620. int XMLPlatformUtils::atomicDecrement(int &location)
  621. {
  622.     return --location;
  623. }
  624. #endif // APP_NO_THREADS
  625. void XMLPlatformUtils::platformTerm()
  626. {
  627. #if !defined(APP_NO_THREADS)
  628.     // delete the mutex we created
  629. closeMutex(atomicOpsMutex.fHandle);
  630. atomicOpsMutex.fHandle = 0;
  631. #endif
  632. }