Changeset 280a27e in mainline for test/synch/rwlock4/test.c
- Timestamp:
- 2006-04-16T13:16:44Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 50de918
- Parents:
- c624b96
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/synch/rwlock4/test.c
rc624b96 r280a27e 133 133 134 134 context_save(&ctx); 135 printf("sp=% X, readers_in=%d\n", ctx.sp, rwlock.readers_in);135 printf("sp=%#X, readers_in=%d\n", ctx.sp, rwlock.readers_in); 136 136 137 137 k = random(7) + 1;
Note:
See TracChangeset
for help on using the changeset viewer.