Changeset 8d6d76a in mainline for test/synch/rwlock3/test.c


Ignore:
Timestamp:
2006-06-08T08:30:42Z (19 years ago)
Author:
Jakub Vana <jakub.vana@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4bc141c
Parents:
616f1759
Message:

Detaching threads in tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • test/synch/rwlock3/test.c

    r616f1759 r8d6d76a  
    4545void reader(void *arg)
    4646{
     47        thread_detach(THREAD);
     48
    4749        printf("cpu%d, tid %d: trying to lock rwlock for reading....\n", CPU->id, THREAD->tid);         
    4850        rwlock_read_lock(&rwlock);
Note: See TracChangeset for help on using the changeset viewer.