Changeset 0f4f1b2 in mainline for kernel/generic/src/ipc/kbox.c
- Timestamp:
- 2024-01-15T17:10:27Z (11 months ago)
- Branches:
- master
- Children:
- e82879c
- Parents:
- a064d4f
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2024-01-15 16:37:22)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2024-01-15 17:10:27)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/ipc/kbox.c
ra064d4f r0f4f1b2 246 246 } 247 247 248 task->kb.thread = thread_ref(kb_thread);249 thread_ ready(kb_thread);248 task->kb.thread = kb_thread; 249 thread_start(kb_thread); 250 250 } 251 251
Note:
See TracChangeset
for help on using the changeset viewer.