diff options
| author | nodist <kevin.comas.git@gmail.com> | 2026-07-03 13:27:41 -0400 |
|---|---|---|
| committer | nodist <kevin.comas.git@gmail.com> | 2026-07-03 13:27:41 -0400 |
| commit | be4f67c834719a8d12f5588d42d64bd39d1cb0c6 (patch) | |
| tree | 7b308dc3df225ac16db20e59cf459fc66f0a0250 /docs/application/shared.md | |
| parent | 523649ed10f85bddcad574afa47abaf73d2b0a1e (diff) | |
add more lifecycle
Diffstat (limited to 'docs/application/shared.md')
| -rw-r--r-- | docs/application/shared.md | 3 |
1 files changed, 2 insertions, 1 deletions
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) |
