ChibiOS/RT  6.0.3
chdynamic.c File Reference

Dynamic threads code. More...

#include "ch.h"

Go to the source code of this file.

Functions

thread_tchThdCreateFromHeap (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_tchThdCreateFromMemoryPool (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...
 

Detailed Description

Dynamic threads code.

Definition in file chdynamic.c.