(file) Return to CMPIProvider.cpp CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / ProviderManager2 / CMPI

Diff for /pegasus/src/Pegasus/ProviderManager2/CMPI/CMPIProvider.cpp between version 1.28 and 1.28.2.1

version 1.28, 2006/07/12 19:46:28 version 1.28.2.1, 2006/07/27 23:12:06
Line 230 
Line 230 
                         compoundName=_location+":"+providername;                         compoundName=_location+":"+providername;
       try {       try {
          // yield before a potentially lengthy operation.          // yield before a potentially lengthy operation.
         pegasus_yield();          Threads::yield();
          CMPIProvider::initialize(cimom,miVector,compoundName,broker);          CMPIProvider::initialize(cimom,miVector,compoundName,broker);
               if (miVector.miTypes & CMPI_MIType_Method) {               if (miVector.miTypes & CMPI_MIType_Method) {
                 if (miVector.methMI->ft->miName==NULL) noUnload=true;                 if (miVector.methMI->ft->miName==NULL) noUnload=true;
Line 259 
Line 259 
    Status savedStatus=_status;    Status savedStatus=_status;
  
       // yield before a potentially lengthy operation.       // yield before a potentially lengthy operation.
       pegasus_yield();        Threads::yield();
       try       try
       {       {
         if (noUnload==false) {         if (noUnload==false) {
Line 413 
Line 413 
   if(_status == INITIALIZED)   if(_status == INITIALIZED)
   {   {
           // yield before a potentially lengthy operation.           // yield before a potentially lengthy operation.
           pegasus_yield();            Threads::yield();
           try           try
     {     {
  
Line 445 
Line 445 
 { {
         while (_cleanedThreads.size() > 0)         while (_cleanedThreads.size() > 0)
         {         {
                 pegasus_yield();                  Threads::yield();
         }         }
 } }
 /* /*


Legend:
Removed from v.1.28  
changed lines
  Added in v.1.28.2.1

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2