Changeset 48dcc69 in mainline for kernel/generic/include/proc/thread.h
- Timestamp:
- 2010-06-11T10:52:57Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- be06914
- Parents:
- c0f13d2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/proc/thread.h
rc0f13d2 r48dcc69 240 240 241 241 extern void thread_register_call_me(void (*)(void *), void *); 242 extern void thread_print_list( void);242 extern void thread_print_list(bool); 243 243 extern void thread_destroy(thread_t *, bool); 244 244 extern thread_t *thread_find_by_id(thread_id_t);
Note:
See TracChangeset
for help on using the changeset viewer.