IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 31, 2008, 1:24:22 PM (18 years ago)
Author:
eugene
Message:

some threading simplifications: threaded and unthreaded use the same code; added concept of a thread task

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20080719/pswarp/src/pswarpArguments.c

    r18753 r18822  
    5050        // create the thread pool with number of desired threads, supplying our thread launcher function
    5151        // XXX need to determine the number of threads from the config data
    52         psThreadPoolInit (nThreads, &pswarpThreadLauncher);
     52        psThreadPoolInit (nThreads);
    5353    }
     54    pswarpSetThreads ();
    5455
    5556    // PSF determination?
Note: See TracChangeset for help on using the changeset viewer.