- Timestamp:
- Nov 8, 2021, 7:57:10 AM (5 years ago)
- Location:
- branches/eam_branches/ipp-20211108/ppStack
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/ppStackThread.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20211108/ppStack
-
Property svn:mergeinfo
set to (toggle deleted branches)
/branches/IPP-308_move_backups_folder/ppStack merged eligible /branches/czw_branch/20160809/ppStack merged eligible /branches/czw_branch/20170908/ppStack merged eligible /branches/eam_branches/ipp-20191011/ppStack merged eligible /branches/eam_branches/ipp-dev-20210817/ppStack merged eligible /branches/eam_branches/ppStack.20211015 merged eligible /tags/ipp-ps1-20210510/ppStack merged eligible /tags/ipp-ps1-20210708/ppStack merged eligible /branches/ipp-259_genericise_backups/ppStack 40910-40966
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
branches/eam_branches/ipp-20211108/ppStack/src/ppStackThread.h
r34800 r41908 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.
