Changeset 1a1744e in mainline for kernel/generic/src/synch/mutex.c

Timestamp:
2008-06-23T18:49:45Z (16 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1bb3766
Parents:
08a19ba
Message:

Get rid of the infamous "Sleep not implemented" panic during low memory
condition. Use a condition variable to implement the sleep. As of now, the
condition is rather coarse and can cause that threads may sleep unnecessarily.
Needs to be fine tuned and based on the amount of memory available.

(No files)

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