Changeset 2a98e58 in mainline for uspace/tester/thread/thread1.c


Ignore:
Timestamp:
2007-04-07T18:06:20Z (18 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6adbe3c2
Parents:
3dbe2d1f
Message:

use more useful values

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/tester/thread/thread1.c

    r3dbe2d1f r2a98e58  
    4646        while (atomic_get(&finish)) {
    4747                if (!sh_quiet)
    48                         printf("%d\n", thread_get_id());
    49                 usleep(100);
     48                        printf("%d ", thread_get_id());
     49                usleep(100000);
    5050        }
    5151        atomic_inc(&threads_finished);
Note: See TracChangeset for help on using the changeset viewer.