Changeset 33093 for trunk/ppStack/src
- Timestamp:
- Jan 11, 2012, 11:38:10 AM (15 years ago)
- Location:
- trunk/ppStack/src
- Files:
-
- 2 edited
-
ppStackCombineFinal.c (modified) (1 diff)
-
ppStackCombineInitial.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
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.
