Ignore:
Timestamp:
2023-02-05T14:43:59Z (21 months ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
61eb2ce2
Parents:
33a3be8
git-author:
Jiří Zárevúcky <zarevucky.jiri@…> (2023-02-05 14:38:15)
git-committer:
Jiří Zárevúcky <zarevucky.jiri@…> (2023-02-05 14:43:59)
Message:

Don't mess with waitq internals to emulate the desired semantics

Since WAIT_ALL no longer saves the wakeup, we don't need this hack here.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/udebug/udebug_ops.c

    r33a3be8 r07700ed  
    281281         *
    282282         */
    283         waitq_wakeup(&thread->udebug.go_wq, WAKEUP_FIRST);
     283        waitq_wakeup(&thread->udebug.go_wq, WAKEUP_ALL);
    284284
    285285        _thread_op_end(thread);
Note: See TracChangeset for help on using the changeset viewer.