comparison packages/kernel/current/cdl/synch.cdl @ 132:0ae0bc38e387 ecos-sw-2000-10-31

Merge from eCos master repository on 2000-10-31-00:30:36-GMT
author jlarmour
date Tue, 31 Oct 2000 20:53:09 +0000
parents 6ed91473a1cd
children aa8364213009
comparison
equal deleted inserted replaced
131:8461114e4f19 132:0ae0bc38e387
45 display "Priority inversion protection protocols" 45 display "Priority inversion protection protocols"
46 flavor booldata 46 flavor booldata
47 legal_values { "SIMPLE" } 47 legal_values { "SIMPLE" }
48 default_value { "SIMPLE" } 48 default_value { "SIMPLE" }
49 active_if { CYGSEM_KERNEL_SCHED_MLQUEUE } 49 active_if { CYGSEM_KERNEL_SCHED_MLQUEUE }
50 requires { CYGINT_KERNEL_SCHEDULER_UNIQUE_PRIORITIES == 0 }
50 description " 51 description "
51 This component controls the protocols used to protect mutexes against 52 This component controls the protocols used to protect mutexes against
52 priority inversion. If this option is enabled it defines which 53 priority inversion. If this option is enabled it defines which
53 algorithm is used to implement this protection. At present only 54 algorithm is used to implement this protection. At present only
54 one such algorithm is defined: \"SIMPLE\". The implementation 55 one such algorithm is defined: \"SIMPLE\". The implementation