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


Ignore:
Timestamp:
2018-11-03T23:32:39Z (5 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
790f3a3
Parents:
ef1eab7
Message:

Thread and task iterator functions.

File:
1 edited

Legend:

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

    ref1eab7 raab5e46  
    261261extern void thread_destroy(thread_t *, bool);
    262262extern thread_t *thread_find_by_id(thread_id_t);
     263extern size_t thread_count(void);
     264extern thread_t *thread_first(void);
     265extern thread_t *thread_next(thread_t *);
    263266extern void thread_update_accounting(bool);
    264267extern bool thread_exists(thread_t *);
Note: See TracChangeset for help on using the changeset viewer.