Module: xenomai-forge
Branch: master
Commit: f3168f6c9e0b48d75d8457232122d99f34cf9cc2
URL:    
http://git.xenomai.org/?p=xenomai-forge.git;a=commit;h=f3168f6c9e0b48d75d8457232122d99f34cf9cc2

Author: Philippe Gerum <r...@xenomai.org>
Date:   Sat Nov 26 12:26:03 2011 +0100

README: clarify effect of --enable-async-cancel

---

 README |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/README b/README
index fc2286d..070b93d 100644
--- a/README
+++ b/README
@@ -282,9 +282,11 @@ command line, namely:
 
 --enable-async-cancel
 
-       Allow threads to be cancelled asynchronously. When disabled,
-       threads are deleted only when they reach specific cancellation
-       points (like system calls). Defaults to enabled.
+       Enable asynchronous cancellation of Xenomai threads, making
+       provision to protect the Xenomai APIs accordingly. When
+       disabled, Xenomai assumes that threads may exit due to
+       cancellation only when they reach cancellation points (like
+       system calls). Defaults to enabled.
 
 Available emulators/APIs
 ========================


_______________________________________________
Xenomai-git mailing list
Xenomai-git@gna.org
https://mail.gna.org/listinfo/xenomai-git

Reply via email to