IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 27, 2008, 7:59:42 AM (18 years ago)
Author:
eugene
Message:

added a done-job queue, minor mods to apis

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20080719/psLib/src/sys/psThread.h

    r18749 r18751  
    44 *
    55 *  @author EAM, IFA
    6  *  @version $Revision: 1.1.2.1 $ $Name: not supported by cvs2svn $
    7  *  @date $Date: 2008-07-26 03:48:39 $
     6 *  @version $Revision: 1.1.2.2 $ $Name: not supported by cvs2svn $
     7 *  @date $Date: 2008-07-27 17:59:42 $
    88 *
    99 *  Copyright 2004-2005 Insitute for Astronomy, University of Hawaii
     
    3333
    3434psThreadJob *psThreadJobAlloc (char *type, int nArgs);
    35 bool psThreadJobAddToQueue (psThreadJob *job);
    36 psThreadJob *psThreadJobGet ();
     35bool psThreadJobAddPending (psThreadJob *job);
     36psThreadJob *psThreadJobGetPending ();
     37psThreadJob *psThreadJobGetDone ();
    3738
    3839psThread *psThreadAlloc ();
Note: See TracChangeset for help on using the changeset viewer.