Find a file
Daniel Stenberg 5fbeb6de75 Fixed the threading to work as I wanted it:
We only execute one thread at a time, and we do this by using a mytex that
the executing thread locks. sleep() returns the mutex, sleep and then gets
it again, yeild() makes the same as sleep but immediately.
This makes threading in the simulator behave closer to how it works on target
and it makes it necessary to use yield() or sleep() for other threads to
get to execute.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1002 a1c6a512-1295-4272-9138-f99709370657
2002-06-14 12:33:51 +00:00
apps killed off a warning 2002-06-14 10:39:11 +00:00
CVSROOT Removed cvs@haxx.se again 2002-06-07 11:14:47 +00:00
firmware typecast array indexing to int from char to prevent compiler warning 2002-06-12 18:02:18 +00:00
gdb files to include in release archive 2002-05-27 11:57:55 +00:00
tools works with traditional sh now (as tested on Solaris) 2002-06-06 13:33:38 +00:00
uisimulator Fixed the threading to work as I wanted it: 2002-06-14 12:33:51 +00:00
www updating irc logs 2002-06-14 09:07:19 +00:00