Changeset 78acbc72 in mainline for kernel/generic/include/proc/thread.h
- Timestamp:
- 2023-02-07T18:43:26Z (22 months ago)
- Branches:
- master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ba25c4b
- Parents:
- 0366d09d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/proc/thread.h
r0366d09d r78acbc72 221 221 extern void thread_ready(thread_t *); 222 222 extern void thread_exit(void) __attribute__((noreturn)); 223 extern void thread_interrupt(thread_t *); 224 extern bool thread_interrupted(thread_t *); 223 extern void thread_interrupt(thread_t *, bool); 225 224 226 225 #ifndef thread_create_arch
Note:
See TracChangeset
for help on using the changeset viewer.