Changeset 9414abc in mainline for uspace/srv/net/tl/tcp/tcp_module.c

Timestamp:
2010-11-06T09:58:51Z (13 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1712f87, 32efd86
Parents:
55bd76c
Message:

Add deadlock detection for cases when the rwlock is owned by only one reader.
Associate the rwlock ownership with the first reader so that the detection works
at least partially even if the lock is owned by multiple readers. The ownership
information is not passed onto the remaining readers when the owner unlocks the
lock.

(No files)

Note: See TracChangeset for help on using the changeset viewer.