Ignore:
Timestamp:
2023-02-07T18:43:26Z (15 months ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ba25c4b
Parents:
0366d09d
Message:

Remove unused thread_interrupted(), make thread_interrupt() useful

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/include/proc/thread.h

    r0366d09d r78acbc72  
    221221extern void thread_ready(thread_t *);
    222222extern void thread_exit(void) __attribute__((noreturn));
    223 extern void thread_interrupt(thread_t *);
    224 extern bool thread_interrupted(thread_t *);
     223extern void thread_interrupt(thread_t *, bool);
    225224
    226225#ifndef thread_create_arch
Note: See TracChangeset for help on using the changeset viewer.