Changeset 18751 for branches/eam_branch_20080719/psLib/src/sys/psThread.h
- Timestamp:
- Jul 27, 2008, 7:59:42 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20080719/psLib/src/sys/psThread.h
r18749 r18751 4 4 * 5 5 * @author EAM, IFA 6 * @version $Revision: 1.1.2. 1$ $Name: not supported by cvs2svn $7 * @date $Date: 2008-07-2 6 03:48:39$6 * @version $Revision: 1.1.2.2 $ $Name: not supported by cvs2svn $ 7 * @date $Date: 2008-07-27 17:59:42 $ 8 8 * 9 9 * Copyright 2004-2005 Insitute for Astronomy, University of Hawaii … … 33 33 34 34 psThreadJob *psThreadJobAlloc (char *type, int nArgs); 35 bool psThreadJobAddToQueue (psThreadJob *job); 36 psThreadJob *psThreadJobGet (); 35 bool psThreadJobAddPending (psThreadJob *job); 36 psThreadJob *psThreadJobGetPending (); 37 psThreadJob *psThreadJobGetDone (); 37 38 38 39 psThread *psThreadAlloc ();
Note:
See TracChangeset
for help on using the changeset viewer.
