aboutsummaryrefslogtreecommitdiff
path: root/kern/thread.h
Commit message (Expand)AuthorAgeFilesLines
* Introduce and use assert_splsched()Samuel Thibault2024-02-191-2/+2
* Add thread_set_name RPC.Flavio Cruz2024-02-121-0/+8
* percpu: active_stack with gsDamien Zammit2023-09-251-4/+1
* percpu active_thread using gs segmentDamien Zammit2023-09-241-2/+1
* cpu_number: Inline widely used simple functionDamien Zammit2023-09-241-1/+2
* kern: Check that locking thread is done at spl7Samuel Thibault2023-08-121-2/+13
* Make exception subcode a longSergey Bugaev2023-04-031-1/+1
* Update thread and task creation time to use time_value64_tFlavio Cruz2023-03-121-1/+1
* lock_mon: Fix warningsSamuel Thibault2023-03-071-1/+1
* kern: Fix MACH_LOCK_MON lock monitoring debugDamien Zammit2023-03-071-0/+4
* Document spl levels of locks taken during interruptsSamuel Thibault2023-02-151-0/+1
* Fix several warnings for -Wmissing-prototypesFlavio Cruz2023-01-241-0/+1
* add msg_user_header_t for user-side msg structureLuca Dariz2023-01-181-1/+1
* Update ipc/ directory to use mach_port_name_tFlavio Cruz2022-11-301-2/+2
* add port name typesLuca Dariz2022-08-271-2/+2
* VM: improve pageout deadlock workaroundRichard Braun2016-09-161-3/+2
* Make sure the reply port's reference is released when the thread needs to be ...Flávio Cruz2015-08-281-1/+1
* Add a thread_no_continuation definitionFlávio Cruz2015-08-281-1/+1
* kern: reduce the size of `struct thread'Justus Winter2015-02-201-4/+23
* Mark functions that don't return with attribute noreturnMarin Ramesa2013-12-171-1/+1
* Cleanup of the prototypesMarin Ramesa2013-12-091-2/+0
* kern: move forward declarations into a header fileMarin Ramesa2013-11-241-0/+5
* New RPC for thread destructionRichard Braun2013-11-241-0/+7
* 2008-07-20 Samuel Thibault <samuel.thibault@ens-lyon.org>Samuel Thibault2009-06-181-0/+1
* 2008-07-15 Barry deFreese <bddebian@comcast.net>Samuel Thibault2009-06-181-0/+25
* 2007-02-05 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2009-06-181-1/+1
* 2006-12-03 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2009-06-181-3/+0
* 2006-10-15 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2009-06-181-5/+0
* 2006-02-20 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2009-06-181-5/+0
* Wed Aug 20 16:05:19 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1997-08-201-0/+3
* Initial sourceThomas Bushnell1997-02-251-0/+371