Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Change convenience API routines. | Glenn Elliott | 2013-03-12 |
| | | | | | | | | | | | | | The sproadic_*() macros have become unwieldy. This patch replaces those convenience macros for global, clustered, and partitioned scheduling. A part of this API change is the explicit use of nanosecond time-values. Prior APIs have used lt_t (litmus time), which had an implied time scale of nanoseconds. /bin apps and test suite also updated to use revised API. Modifications to the test suite are mostly centered around using nanoseconds instead of milliseconds. | ||
* | Make release_ts a bit more userfriendly | Bjoern Brandenburg | 2013-01-11 |
| | | | | | | | The -f option required manually *also* setting the -w option. This is no longer required. While at it, simplify the code by using the /proc interface. | ||
* | Implement get_nr_ts_release_waiters() /proc wrapper | Bjoern Brandenburg | 2012-08-14 |
| | | | | | Add a wrapper for /proc/litmus/stats to make it easy to query the number of tasks already waiting for a task set release. | ||
* | release: add -w and -f options | Bjoern B. Brandenburg | 2009-05-02 |
| | |||
* | add release_ts utility | Bjoern B. Brandenburg | 2008-02-19 |