(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.10

version 1.9, 2002/03/18 13:36:27 version 1.10, 2002/03/18 15:38:18
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.10

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2