Changeset 25939997 in mainline for kernel/generic/src/proc/thread.c
- Timestamp:
- 2024-01-19T16:21:20Z (18 months ago)
- Branches:
- master
- Children:
- c1eaec4
- Parents:
- 1c1767f
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2023-04-16 19:36:25)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2024-01-19 16:21:20)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/proc/thread.c
r1c1767f r25939997 246 246 void thread_ready(thread_t *thread) 247 247 { 248 // TODO: move this to scheduler.c 248 249 irq_spinlock_lock(&thread->lock, true); 249 250
Note:
See TracChangeset
for help on using the changeset viewer.