Changeset e16e036a in mainline for generic/include/proc/thread.h
- Timestamp:
- 2005-11-07T20:04:30Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c4e8ed9d
- Parents:
- d90ca68
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
generic/include/proc/thread.h
rd90ca68 re16e036a 113 113 extern link_t threads_head; /**< List of all threads in the system. */ 114 114 115 static void cushion(void);116 117 115 extern void thread_init(void); 118 116 extern thread_t *thread_create(void (* func)(void *), void *arg, task_t *task, int flags);
Note:
See TracChangeset
for help on using the changeset viewer.