- Timestamp:
- Oct 17, 2021, 1:31:19 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ppStack.20211015/src/ppStackCombinePercent.c
r41842 r41848 1 1 #include "ppStack.h" 2 3 // #define TESTING 2 4 3 5 bool ppStackCombinePercent(ppStackThreadData *stack, ppStackOptions *options, pmConfig *config) … … 32 34 } 33 35 34 if (!psThreadPoolWait( false, true)) {36 if (!psThreadPoolWait(true, true)) { 35 37 psError(psErrorCodeLast(), false, "Unable to do initial combination."); 36 38 return false; 37 }38 39 psThreadJob *job; // Completed job40 while ((job = psThreadJobGetDone())) {41 psAssert(strcmp(job->type, "PPSTACK_PERCENT_COMBINE") == 0,42 "Job has incorrect type: %s", job->type);43 psFree(job);44 39 } 45 40
Note:
See TracChangeset
for help on using the changeset viewer.
