Cancellation points no longer depend on EXPERIMENTAL
This commit is contained in:
parent
38b9ab09d9
commit
018eb7c1d2
|
@ -249,7 +249,6 @@ menu "Tasks and Scheduling"
|
||||||
config SPINLOCK
|
config SPINLOCK
|
||||||
bool "Support Spinlocks"
|
bool "Support Spinlocks"
|
||||||
default n
|
default n
|
||||||
depends on EXPERIMENTAL
|
|
||||||
---help---
|
---help---
|
||||||
Enables suppport for spinlocks. Spinlocks are current used only for
|
Enables suppport for spinlocks. Spinlocks are current used only for
|
||||||
SMP suppport.
|
SMP suppport.
|
||||||
|
@ -563,7 +562,6 @@ endmenu # Pthread Options
|
||||||
config CANCELLATION_POINTS
|
config CANCELLATION_POINTS
|
||||||
bool "Cancellation points"
|
bool "Cancellation points"
|
||||||
default n
|
default n
|
||||||
depends on EXPERIMENTAL
|
|
||||||
---help---
|
---help---
|
||||||
Enable POSIX cancellation points for pthread_cancel(). If selected,
|
Enable POSIX cancellation points for pthread_cancel(). If selected,
|
||||||
cancellation points will also used with the () task_delete() API even if
|
cancellation points will also used with the () task_delete() API even if
|
||||||
|
|
Loading…
Reference in New Issue