(file) Return to Thread.h CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Common

Diff for /pegasus/src/Pegasus/Common/Thread.h between version 1.9 and 1.11

version 1.9, 2002/03/18 13:36:27 version 1.11, 2002/03/31 00:37:56
Line 220 
Line 220 
  
       void thread_switch(void);       void thread_switch(void);
  
 #ifdef PEGASUS_PLATFORM_LINUX_IX86_GNU  #if defined(PEGASUS_PLATFORM_LINUX_IX86_GNU) || defined(PEGASUS_PLATFORM_LINUX_GENERIC_GNU)
       // suspend this thread       // suspend this thread
       void suspend(void) ;       void suspend(void) ;
  
Line 374 
Line 374 
                  struct timeval & deadlock_detect);                  struct timeval & deadlock_detect);
  
       ~ThreadPool(void);       ~ThreadPool(void);
       void allocate_and_awaken(void *parm,  
                                PEGASUS_THREAD_RETURN (PEGASUS_THREAD_CDECL *work)(void *))  
          throw(IPCException);  
  
       void allocate_and_awaken(void *parm,       void allocate_and_awaken(void *parm,
                                PEGASUS_THREAD_RETURN (PEGASUS_THREAD_CDECL *work)(void *),                                PEGASUS_THREAD_RETURN (PEGASUS_THREAD_CDECL *work)(void *),
                                Semaphore *blocking_sem)                                 Semaphore *blocking = 0)
          throw(IPCException);          throw(IPCException);
  
  


Legend:
Removed from v.1.9  
changed lines
  Added in v.1.11

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2