- Timestamp:
- May 3, 2010, 8:50:52 AM (16 years ago)
- Location:
- branches/simtest_nebulous_branches
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
pswarp/src/pswarpSetThreads.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/simtest_nebulous_branches
- Property svn:mergeinfo changed
-
branches/simtest_nebulous_branches/pswarp/src/pswarpSetThreads.c
r23487 r27840 19 19 { 20 20 pswarpTransformTileArgs *args = job->args->data[0]; 21 bool status = pswarpTransformTile (args); 22 return status; 21 return pswarpTransformTile(args); 23 22 } 24 23 25 bool pswarpSetThreads(void) { 26 27 psThreadTask *task = NULL; 28 29 task = psThreadTaskAlloc("PSWARP_TRANSFORM_TILE", 1); 24 bool pswarpSetThreads(void) 25 { 26 psThreadTask *task = psThreadTaskAlloc("PSWARP_TRANSFORM_TILE", 1); 30 27 task->function = &pswarpThread_pswarpTransformTile; 31 28 psThreadTaskAdd(task);
Note:
See TracChangeset
for help on using the changeset viewer.
