index
:
rockbox
2048sp5
duke3d
master
puzzles
puzzlesmanual
quake5
wolf3d
working
xracer
My Rockbox tree
Franklin Wei
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
uisimulator
/
sdl
/
thread-sdl.c
(
unfollow
)
Commit message (
Expand
)
Author
2006-09-03
Oops - fix warnings and add a simulator version of remove_thread_on_core()
Daniel Ankers
2006-09-03
Fix simulation of threads across multiple cores
Daniel Ankers
2006-07-31
Adjust the counter even higher so it should work quite stable now.
Miika Pekkarinen
2006-07-31
Prevent the simulator SDL audio skipping under Linux.
Miika Pekkarinen
2006-02-12
Correct mutex locking order in runthread. Doesn't seem to fix anything though.
Dan Everton
2006-02-03
Patch #1417462 by Dan Everton - Improved SDL simulator
Linus Nielsen Feltzing
2005-12-04
Simplified yield() in the Win32 simulator. Now only hogs the CPU during playb...
Magnus Holmgren
2005-07-20
Don't hog the CPU, but keep sound playback working. (This might need some twe...
Magnus Holmgren
2005-07-19
Made Win32 thread management similar to the X11 one (previously yield() could...
Magnus Holmgren
2005-07-12
Removed picky warnings
Linus Nielsen Feltzing
2002-08-02
remove compiler warnings
Daniel Stenberg
2002-06-15
defined current_tick variable and repaired broken build.
Felix Arends
2002-06-12
Threading is working on uisw32 as well now, code is up-to-date, makefile is u...
Felix Arends
2002-05-06
- added Logf ( maybe it should be defined somewhere else)
Stefan Meyer
2002-05-01
added debug and panic support for the simulator
Felix Arends
2002-04-27
removed unneeded code from lcd.c and renamed it do lcd-win32.c
Felix Arends
2002-04-25
First Version of UISimulator for Win32
Felix Arends
2002-04-20
First commit
Linus Nielsen Feltzing
2002-04-15
First check in
Björn Stenberg
2002-04-11
firmware typedefs. only bool so far
Daniel Stenberg
2002-03-26
updates
Daniel Stenberg
2002-03-26
lcd_update() works for X11 now...
Daniel Stenberg
2002-03-26
generic and specific LCD functions
Daniel Stenberg