IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 11, 2008, 5:28:37 PM (18 years ago)
Author:
Paul Price
Message:

Added function to delete thread tasks.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/sys/psThread.h

    r18953 r19022  
    44 *
    55 *  @author EAM, IFA
    6  *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
    7  *  @date $Date: 2008-08-08 18:05:09 $
     6 *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
     7 *  @date $Date: 2008-08-12 03:28:37 $
    88 *
    99 *  Copyright 2004-2005 Insitute for Astronomy, University of Hawaii
     
    8686    );
    8787
     88/// Remove a task from the list
     89bool psThreadTaskDelete(const char *type // Task type to remove
     90    );
     91
    8892/// Launch jobs on a thread
    8993void *psThreadLauncher(void *thread     // Thread (of type psThread)
Note: See TracChangeset for help on using the changeset viewer.