Changeset c1eaec4 in mainline for kernel/generic/src/proc/thread.c


Ignore:
Timestamp:
2024-01-19T16:21:20Z (16 months ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
master
Children:
6a0e568
Parents:
25939997
git-author:
Jiří Zárevúcky <zarevucky.jiri@…> (2023-02-19 10:27:42)
git-committer:
Jiří Zárevúcky <zarevucky.jiri@…> (2024-01-19 16:21:20)
Message:

Shuffle some locks around

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/proc/thread.c

    r25939997 rc1eaec4  
    122122
    123123        /* This is where each thread wakes up after its creation */
    124         irq_spinlock_unlock(&THREAD->lock, false);
    125124        interrupts_enable();
    126125
Note: See TracChangeset for help on using the changeset viewer.