Changes in uspace/app/tester/thread/thread1.c [a405563:228666c] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/tester/thread/thread1.c
ra405563 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.