Changeset 19060 for trunk/ppSub/src/ppSubArguments.c
- Timestamp:
- Aug 13, 2008, 5:26:54 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ppSub/src/ppSubArguments.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppSub/src/ppSubArguments.c
r19045 r19060 255 255 } 256 256 257 int threads = psMetadataLookupS32(NULL, arguments, "-threads"); // Number of threads258 if (threads > 0) {259 if (!psThreadPoolInit(threads)) {260 psError(PS_ERR_UNKNOWN, false, "Unable to setup %d threads", threads);261 return false;262 }263 pmSubtractionThreadSetup();264 }265 266 257 return true; 267 258 }
Note:
See TracChangeset
for help on using the changeset viewer.
