ChibiOS/RT
5.1.0
|
Dynamic threads macros and structures. More...
Go to the source code of this file.
Functions | |
thread_t * | chThdCreateFromHeap (memory_heap_t *heapp, size_t size, const char *name, tprio_t prio, tfunc_t pf, void *arg) |
Creates a new thread allocating the memory from the heap. More... | |
thread_t * | chThdCreateFromMemoryPool (memory_pool_t *mp, const char *name, tprio_t prio, tfunc_t pf, void *arg) |
Creates a new thread allocating the memory from the specified memory pool. More... | |
Dynamic threads macros and structures.
Definition in file chdynamic.h.