- Timestamp:
- Mar 5, 2012, 5:19:48 PM (14 years ago)
- Location:
- branches/meh_branches/ppstack_test
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
psLib/src/sys/psThread.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/meh_branches/ppstack_test
- Property svn:mergeinfo changed
-
branches/meh_branches/ppstack_test/psLib/src/sys/psThread.h
r28405 r33415 116 116 /// Wait for the thread pool to finish 117 117 /// 118 /// This function blocks (waits in usleep) until either an error is detected on one of the threads or until ll 119 /// threads are idle and no jobs are left on the queue 120 bool psThreadPoolWait(bool harvest // Harvest the jobs from the queue? 118 /// This function blocks (waits in usleep) until all threads are idle and no jobs 119 /// are left on the queue 120 /// returns success if all jobs return success, otherwise returns false 121 bool psThreadPoolWait(bool harvest, // Harvest the jobs from the queue? 122 bool harvestOnFailure // If harvest is false, harvest the jobs if a failure is encountered 121 123 ); 122 124
Note:
See TracChangeset
for help on using the changeset viewer.
