Changeset 41847
- Timestamp:
- Oct 17, 2021, 1:30:37 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ppStack.20211015/src/ppStackThread.h
r34800 r41847 11 11 int firstScan; // First row of the chunk to be read for this group 12 12 int lastScan; // Last row of the chunk to be read for this group 13 int entry; // thread number for tracking progress 14 int status; // thread number for tracking progress 13 15 } ppStackThread; 14 16 … … 47 49 48 50 51 enum {PPSTACK_THREAD_NEW, PPSTACK_THREAD_READ, PPSTACK_THREAD_RUN, PPSTACK_THREAD_SUCCESS, PPSTACK_THREAD_FAILURE}; 52 53 49 54 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
