- Timestamp:
- Jan 11, 2012, 11:38:10 AM (15 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
-
ppMerge/src/ppMergeLoop.c (modified) (1 diff)
-
ppStack/src/ppStackCombineFinal.c (modified) (1 diff)
-
ppStack/src/ppStackCombineInitial.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppMerge/src/ppMergeLoop.c
r25769 r33093 382 382 383 383 // Wait for the threads to finish and manage results 384 if (!psThreadPoolWait(false )) {384 if (!psThreadPoolWait(false, true)) { 385 385 psError(PS_ERR_UNKNOWN, false, "Unable to combine images."); 386 386 return false; -
trunk/ppStack/src/ppStackCombineFinal.c
r31435 r33093 71 71 } 72 72 73 if (!psThreadPoolWait(true )) {73 if (!psThreadPoolWait(true, true)) { 74 74 psError(psErrorCodeLast(), false, "Unable to do final combination."); 75 75 psFree(reject); -
trunk/ppStack/src/ppStackCombineInitial.c
r31435 r33093 46 46 } 47 47 48 if (!psThreadPoolWait(false )) {48 if (!psThreadPoolWait(false, true)) { 49 49 psError(psErrorCodeLast(), false, "Unable to do initial combination."); 50 50 return false;
Note:
See TracChangeset
for help on using the changeset viewer.
