Changeset 8d6d76a in mainline for test/synch/rwlock3/test.c
- Timestamp:
- 2006-06-08T08:30:42Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4bc141c
- Parents:
- 616f1759
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/synch/rwlock3/test.c
r616f1759 r8d6d76a 45 45 void reader(void *arg) 46 46 { 47 thread_detach(THREAD); 48 47 49 printf("cpu%d, tid %d: trying to lock rwlock for reading....\n", CPU->id, THREAD->tid); 48 50 rwlock_read_lock(&rwlock);
Note:
See TracChangeset
for help on using the changeset viewer.