Changeset 48dcc69 in mainline for kernel/generic/include/proc/thread.h


Ignore:
Timestamp:
2010-06-11T10:52:57Z (15 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
be06914
Parents:
c0f13d2
Message:

better printouts for threads

File:
1 edited

Legend:

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

    rc0f13d2 r48dcc69  
    240240
    241241extern void thread_register_call_me(void (*)(void *), void *);
    242 extern void thread_print_list(void);
     242extern void thread_print_list(bool);
    243243extern void thread_destroy(thread_t *, bool);
    244244extern thread_t *thread_find_by_id(thread_id_t);
Note: See TracChangeset for help on using the changeset viewer.