2
I Use This!
Activity Not Available

Commits : Listings

Analyzed 11 months ago. based on code collected 11 months ago.
Jan 19, 2023 — Jan 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
added a setName function More... about 15 years ago
Fixed yet another race condition.
Evan Sultanik
as syntaxpc
More... over 16 years ago
Fixed a potential deadlock error due to synchronization in the AbstractThread class.
Evan Sultanik
as syntaxpc
More... over 16 years ago
Fixed a possible IllegalStateException error condition.
Evan Sultanik
as syntaxpc
More... over 16 years ago
Updated with the routines feature.
Evan Sultanik
as syntaxpc
More... over 16 years ago
Added the ability to have routines in a thread.
Evan Sultanik
as syntaxpc
More... over 16 years ago
Added a busy cursor to the control panel, and added some API hooks.
Evan Sultanik
as syntaxpc
More... over 16 years ago
Minor hacks to prevent livelocks.
Evan Sultanik
as syntaxpc
More... over 16 years ago
Fixed a deadlock in yieldAndConsume of the SimulatedThread.
Evan Sultanik
as syntaxpc
More... over 16 years ago
Fixed the sleepMutex synchronization to hopefully prevent an (albeit unlikely) deadlock.
Evan Sultanik
as syntaxpc
More... almost 17 years ago
Cleaned up the API for the join command. Cleaned up concurrency (mutexes) in the SimulatedThread.
Evan Sultanik
as syntaxpc
More... almost 17 years ago
Updated the examples to use the ThreadAdapter. Added java.lang.Thread-like static functions to Sefirs.java Added thread factory customization.
Evan Sultanik
as syntaxpc
More... almost 17 years ago
Implemented the thread adapter.
Evan Sultanik
as syntaxpc
More... almost 17 years ago
Got the real time version working.
Evan Sultanik
as syntaxpc
More... almost 17 years ago
Added.
Evan Sultanik
as syntaxpc
More... almost 17 years ago
Implemented the real-time thread.
Evan Sultanik
as syntaxpc
More... almost 17 years ago
Now the main class hierarchy is based off of an interface instead of a class.
Evan Sultanik
as syntaxpc
More... almost 17 years ago
Added accounting of actual CPU time for each simulated process.
Evan Sultanik
as syntaxpc
More... almost 17 years ago
Removed some debug printouts.
Evan Sultanik
as syntaxpc
More... over 17 years ago
Fixed a small bug in the prioritization according to last execution time in the RoundRobinProcessComparator.
Evan Sultanik
as syntaxpc
More... over 17 years ago
fixed the spelling of the word "yield" and added two sleep functions More... over 17 years ago
Implemented yieldAndConsume().
Evan Sultanik
as syntaxpc
More... over 17 years ago
Removed.
Evan Sultanik
as syntaxpc
More... over 17 years ago
Added a note about continuations.
Evan Sultanik
as syntaxpc
More... almost 18 years ago
ProcessStatusUpdated events are now thrown when running in real time.
Evan Sultanik
as syntaxpc
More... almost 18 years ago
Added simplifications to the time display.
Evan Sultanik
as syntaxpc
More... almost 18 years ago
When running in real time processes are now automatically started.
Evan Sultanik
as syntaxpc
More... almost 18 years ago
The simulation control panel now checks whether or not the simulation is running in real time.
Evan Sultanik
as syntaxpc
More... almost 18 years ago
Simulations can now be run in real time.
Evan Sultanik
as syntaxpc
More... almost 18 years ago
Added a check to prevent a possible NullPointerException.
Evan Sultanik
as syntaxpc
More... almost 18 years ago