Gitiles
Code Review
Sign In
gerrit.rockbox.org
/
rockbox
/
abf3435ca724bf6201c663f33c2e4394ae48156d
/
uisimulator
/
sdl
/
kernel.c
abf3435
Slightly less hacky sim queue_send(), fixes simulator crashes FS#7051 and FS#7245.
by Steve Bavin
· 18 years ago
0b7bb31
Simplification, queue pointers don't wrap (except at INT_MAX, but the calculation is still correct in this case). Implemented queue_count() for the simulator.
by Jens Arnold
· 18 years ago
55392f7
Perform the obligatory fix-the-sims dance.
by Michael Sevakis
· 18 years ago
dee43ec
Put an end to priority inversion in the ata driver. Gave up trying to have fully atomic dual use mutexes so just replaced the ata driver locking with spins. Maybe I'll have better luck later. Things should run smoothly with database updates and such happening in the background.
by Michael Sevakis
· 18 years ago
4b90267
Convert queues to use intptr_t for event data and return values as most of the time pointer are not passed and it should make some things a bit cleaner.
by Michael Sevakis
· 18 years ago
43c1592
Add queue_send synchronous message sending. Right now only for SWCODEC. Actual usage to be added to playback and recording shortly in upcoming commits.
by Michael Sevakis
· 18 years ago
46925b3
Oops, sim was missing a queue function
by Steve Bavin
· 18 years ago
a85044b
New scheduler, with priorities for swcodec platforms. Frequent task
by Miika Pekkarinen
· 18 years ago
9cde770
Patch 5107 from Steve Bavin, enable locking on sdl sim, now mutexes actually MUT EX on the SDL sim
by Brandon Low
· 19 years ago
d0c65f7
Use correct sleep function in simulator queue wait.
by Dan Everton
· 19 years ago
b4ada86
Allow building simulators on systems where errno is thread-local by using the system's implementation of errno.h for simulator builds.
by Jens Arnold
· 19 years ago
fc72c53
Patch #1417462 by Dan Everton - Improved SDL simulator
by Linus Nielsen Feltzing
· 19 years ago
765e0f8
New kernel function, queue_delete(struct event_queue *q)
by Linus Nielsen Feltzing
· 19 years ago
0e41998
SDL simulator brought by Nathan Hand and Nick Lanham. This is added as a third
by Daniel Stenberg
· 19 years ago