Changeset c0b54c9 in mainline
- Timestamp:
- 2023-02-09T16:29:37Z (21 months ago)
- Branches:
- master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4c78104
- Parents:
- 83789ea2
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2022-08-16 18:04:53)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2023-02-09 16:29:37)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/synch/waitq.c
r83789ea2 rc0b54c9 97 97 98 98 irq_spinlock_lock(&threads_lock, false); 99 if (!thread_exists(thread))100 goto out;101 99 102 100 grab_locks: … … 126 124 thread_ready(thread); 127 125 128 out:129 126 irq_spinlock_unlock(&threads_lock, false); 130 127 }
Note:
See TracChangeset
for help on using the changeset viewer.