Changeset 228666c in mainline for uspace/app/tester/thread
- Timestamp:
 - 2010-02-20T18:41:53Z (16 years ago)
 - Branches:
 - lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
 - Children:
 - b03a666
 - Parents:
 - bc9da2a
 - File:
 - 
      
- 1 edited
 
- 
          
  uspace/app/tester/thread/thread1.c (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
uspace/app/tester/thread/thread1.c
rbc9da2a r228666c 53 53 { 54 54 unsigned int i; 55 int total = 0;55 atomic_count_t total = 0; 56 56 57 57 atomic_set(&finish, 1);  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  