summaryrefslogtreecommitdiff
path: root/sched.h (follow)
Commit message (Expand)AuthorAge
* Switch to SPDX identifiers.Andre Noll2026-03-17
* Improve scheduler documentation.Andre Noll2025-10-08
* Make struct sched private, introduce sched_new().Andre Noll2025-07-13
* sched.h: Remove an unnecessary declaration.Andre Noll2025-06-15
* Switch from select(2) to poll(2).Andre Noll2022-08-28
* Rename ->{pre,post}_select methods to ->{pre,post}_monitor.Andre Noll2022-08-25
* Consolidate receiver/filter/writer {pre,post}_select() docs.Andre Noll2022-08-25
* Hide implementation of para_fd_set().Andre Noll2022-08-25
* sched: Introduce sched_{read,write}_ok().Andre Noll2022-08-25
* sched: Use integer value for select timeout.Andre Noll2022-08-25
* Shorten copyright notice.Andre Noll2017-09-22
* Update year in copyright headers.Andre Noll2015-01-12
* doc: Change email address to maan@tuebingen.mpg.deAndre Noll2014-08-18
* sched: Mark global now pointer as const.Andre Noll2014-05-25
* sched: Directly pass context pointer to pre/post_select().Andre Noll2014-05-25
* sched: Make struct task private to sched.c.Andre Noll2014-05-25
* sched: Introduce task_status().Andre Noll2014-05-25
* sched: Remove ->owned_by_sched.Andre Noll2014-05-25
* sched: Remove register_task().Andre Noll2014-05-25
* task_register() conversion: receiversAndre Noll2014-05-25
* sched: Introduce alternative task API.Andre Noll2014-05-25
* sched: Mark argument of task_get_notification() as const.Andre Noll2014-05-25
* Simplify sched: Use only a single task list.Andre Noll2014-05-25
* Change copyright year to 2014.Andre Noll2014-02-22
* sched.h: Remove outdated comment.Andre Noll2013-07-21
* sched: Rename new_post_select back to post_select.Andre Noll2013-04-30
* sched: Kill old ->post_select variant.Andre Noll2013-04-30
* sched: Provide alternative post_select variant.Andre Noll2013-04-30
* Replace gettimeofday() by clock_gettime().Andre Noll2013-04-30
* Change copyright year to 2013.Andre Noll2013-03-25
* sched: Replace sched_shutdown() by task_notify_all().Andre Noll2012-11-18
* sched: Introduce task notifications.Andre Noll2012-11-18
* Change year in copyright message to 2012.Andre Noll2012-01-07
* sched: Allow more than one running scheduler instance.Andre Noll2011-11-20
* sched: Improve sched_request_barrier() and friends.Andre Noll2011-08-07
* audiod: Kill com_kill().Andre Noll2011-03-12
* Replace 2010 in copyright message by 2011.Andre Noll2011-01-17
* sched: Use built-in instead of open-coded timeout helpers.Andre Noll2010-08-31
* Change year in COPYRIGHT to 2010.Andre Noll2010-04-05
* sched: Add sched_request_barrier_or_min_delay().Andre Noll2010-01-30
* btr support for para_client.Andre Noll2010-01-15
* sched: Add some helper functions.Andre Noll2010-01-11
* sched.h: Explicitely mention size of task status buffer.Andre Noll2010-01-07
* Change year of copyright from 2008 to 2009.Andre Noll2009-01-10
* Introduce sched->select_function.Andre Noll2008-04-12
* Make unregister_task() static.Andre Noll2008-04-01
* Documentation updates and cleanups.Andre Noll2008-03-31
* Export sched_shutdown().Andre Noll2008-03-31
* Simplify the scheduling code.Andre Noll2008-03-30
* Rename sched() to schedule().Andre Noll2007-11-23