aboutsummaryrefslogtreecommitdiff
path: root/kern/task.h
Commit message (Expand)AuthorAgeFilesLines
* task: fix addressability of assign_active fieldSamuel Thibault2024-02-111-2/+2
* Track task and thread time using time_value64_t.Flavio Cruz2023-03-131-2/+2
* Update thread and task creation time to use time_value64_tFlavio Cruz2023-03-121-1/+1
* Use long_natural_t in kern/task.h and kern/slab.hFlavio Cruz2022-12-071-7/+7
* task: Add task_set_essentialSamuel Thibault2022-12-031-1/+2
* task_set_name: make string parameter constSamuel Thibault2022-01-161-1/+1
* kern: Fix crash.Justus Winter2017-10-261-0/+4
* Fix pthread_create warning on translator terminationSamuel Thibault2014-12-071-0/+1
* kern: implement task_set_nameJustus Winter2014-02-051-0/+4
* kern: add a name field to struct taskJustus Winter2014-02-011-0/+9
* kern: reduce the size of struct taskJustus Winter2014-01-031-3/+5
* Add statistics for task_events_infoDavid Höppner2013-01-131-0/+9
* Remove the defunct kernel_task_create() functionRichard Braun2011-12-171-2/+0
* 2008-07-20 Samuel Thibault <samuel.thibault@ens-lyon.org>Samuel Thibault2009-06-181-0/+1
* 2007-05-07 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2009-06-181-0/+4
* 2007-05-05 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2009-06-181-1/+1
* 2007-04-30 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2009-06-181-10/+8
* 2006-10-15 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2009-06-181-2/+0
* 2006-03-20 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2009-06-181-5/+0
* 2006-02-20 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2009-06-181-12/+0
* 2001-04-04 Roland McGrath <roland@frob.com>Roland McGrath2001-04-051-8/+8
* Wed Aug 20 16:05:19 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1997-08-201-0/+2
* Initial sourceThomas Bushnell1997-02-251-0/+183