From be4f67c834719a8d12f5588d42d64bd39d1cb0c6 Mon Sep 17 00:00:00 2001 From: nodist Date: Fri, 3 Jul 2026 13:27:41 -0400 Subject: add more lifecycle --- docs/application/shared.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs/application/shared.md') diff --git a/docs/application/shared.md b/docs/application/shared.md index 3a3f4f7..89ba292 100644 --- a/docs/application/shared.md +++ b/docs/application/shared.md @@ -24,7 +24,8 @@ static kpl_mutex shared_head_mutex; ## Initiation Task 1. Move `shared_head` to `shared_mark_head` -2. Add a mark task to each of the threads +2. Set `shared_threads_makred` to 0 +3. Add a mark task to each of the threads ## Mark Task(s) -- cgit v1.2.3