mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-26 22:48:23 +00:00
34 lines
1.0 KiB
Perl
34 lines
1.0 KiB
Perl
@c
|
|
@c COPYRIGHT (c) 1988-1998.
|
|
@c On-Line Applications Research Corporation (OAR).
|
|
@c All rights reserved.
|
|
@c
|
|
@c $Id$
|
|
@c
|
|
|
|
@chapter Execution Scheduling
|
|
@section Scheduling Parameters
|
|
@section Scheduling Policies
|
|
@subsection SCHED_FIFO
|
|
@subsection SCHED_RR
|
|
@subsection SCHED_OTHER
|
|
@section Process Scheduling Functions
|
|
@subsection Set Scheduling Parameters
|
|
@subsection Get Scheduling Parameters
|
|
@subsection Set Scheduling Policy and Scheduling Parameters
|
|
@subsection Get Scheduling Policy
|
|
@subsection Yield Processor
|
|
@subsection Get Scheduling Parameter Limits
|
|
@section Thread Scheduling
|
|
@subsection Thread Scheduling Attributes
|
|
@subsection Scheduling Contention Scope
|
|
@subsection Scheduling Allocation Domain
|
|
@subsection Scheduling Documentation
|
|
@section Thread Scheduling Functions
|
|
@subsection Thread Creation Scheduling Attributes
|
|
@subsection Dynamic Thread Scheduling Parameters Access
|
|
@section Synchronization Scheduling
|
|
@subsection Mutex Initialization Scheduling Attributes
|
|
@subsection Change the Priority Ceiling of a Mutex
|
|
|