Changes in uspace/app/tester/thread/thread1.c [a405563:a000878c] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/tester/thread/thread1.c
ra405563 ra000878c 50 50 } 51 51 52 c har *test_thread1(void)52 const char *test_thread1(void) 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.