Changeset ff14c520 in mainline for test/synch/rwlock3/test.c
- Timestamp:
- 2006-03-16T22:31:39Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 93165be
- Parents:
- 37c57f2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/synch/rwlock3/test.c
r37c57f2 rff14c520 78 78 79 79 for (i=0; i<4; i++) { 80 thrd = thread_create(reader, NULL, TASK, 0 );80 thrd = thread_create(reader, NULL, TASK, 0, "reader"); 81 81 if (thrd) 82 82 thread_ready(thrd);
Note:
See TracChangeset
for help on using the changeset viewer.