Changeset 111b9b9 in mainline for kernel/generic/src/proc/task.c
- Timestamp:
- 2023-02-11T19:13:44Z (2 years ago)
- Branches:
- master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4777e02
- Parents:
- 76e17d7c
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2022-08-15 17:46:39)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2023-02-11 19:13:44)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/proc/task.c
r76e17d7c r111b9b9 533 533 534 534 list_foreach(task->threads, th_link, thread_t, thread) { 535 thread_t *thr = thread_try_ref(thread); 536 if (thr) 537 thread_interrupt(thr, false); 538 539 // If NULL, the thread is already getting destroyed concurrently with this. 535 thread_interrupt(thread); 540 536 } 541 537
Note:
See TracChangeset
for help on using the changeset viewer.