summaryrefslogtreecommitdiff
path: root/doc/tutorial.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/tutorial.txt')
-rw-r--r--doc/tutorial.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/tutorial.txt b/doc/tutorial.txt
index 54488a0..b39666d 100644
--- a/doc/tutorial.txt
+++ b/doc/tutorial.txt
@@ -431,6 +431,8 @@ the right thread's name before starting the use case.
taskA ...|run 5|suspend |----------------|run 5|suspend |----------------
taskB ...-------------------|resume taskA|run 10 |--------------------
+* yield: String. Calls pthread_yield(), freeing the CPU for other tasks. This has a
+special meaning for SCHED_DEADLINE tasks. String can be empty.
**** Trace and Log ****