- Timestamp:
- Feb 2, 2009, 11:57:10 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20081230/pswarp/src/pswarpSetThreads.c
r19299 r21268 1 /** @file pswarpSetThreads.c 2 * 3 * @brief 4 * 5 * @ingroup pswarp 6 * 7 * @author IfA 8 * @version $Revision: 1.4.16.1 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2009-02-02 21:57:10 $ 10 * Copyright 2009 Institute for Astronomy, University of Hawaii 11 */ 12 1 13 # include "pswarp.h" 2 14 3 // each thread runs this function, starting a new job when it finished with an old one 4 // it is called with a (void *) pointer to its own thread pointer 15 /** each thread runs this function, starting a new job when it finished with an old one 16 * it is called with a (void *) pointer to its own thread pointer 17 */ 5 18 bool pswarpThread_pswarpTransformTile(psThreadJob *job) 6 19 {
Note:
See TracChangeset
for help on using the changeset viewer.
