Changeset 7ac426e in mainline for kernel/generic/include/proc/thread.h
- Timestamp:
- 2008-06-03T14:57:21Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- cd8ad52
- Parents:
- aac10f86
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/proc/thread.h
raac10f86 r7ac426e 249 249 extern bool thread_exists(thread_t *t); 250 250 251 extern thread_t *thread_create_program(void *program_addr, char *name); 252 251 253 /** Fpu context slab cache. */ 252 254 extern slab_cache_t *fpu_context_slab;
Note:
See TracChangeset
for help on using the changeset viewer.