An example of running multiple thread instances of the same function. Memory is being allocated dynamically.
Dependencies: Threads mbed-rtos mbed
History
Creating multiple thread instances of the same function. New thread is created only if there are less than MAX non-inactive threads.
2013-06-29, by lemniskata [Sat, 29 Jun 2013 23:00:27 +0000] rev 4
Creating multiple thread instances of the same function. New thread is created only if there are less than MAX non-inactive threads.
Initializing and running multiple thread instances from the same function. All threads are stored in a list with their osThreadId's
2013-06-29, by lemniskata [Sat, 29 Jun 2013 22:06:29 +0000] rev 3
Initializing and running multiple thread instances from the same function. All threads are stored in a list with their osThreadId's
An example of running multiple thread instances of the same function. Memory is being allocated dynamically.
2013-06-29, by lemniskata [Sat, 29 Jun 2013 21:19:53 +0000] rev 2
An example of running multiple thread instances of the same function. Memory is being allocated dynamically.
An example of running multiple thread instances of the same function. Memory is being allocated dynamically.
2013-06-29, by lemniskata [Sat, 29 Jun 2013 21:18:14 +0000] rev 1
An example of running multiple thread instances of the same function. Memory is being allocated dynamically.
Creating and running multiple thread instances of the same function
2013-06-29, by lemniskata [Sat, 29 Jun 2013 21:14:20 +0000] rev 0
Creating and running multiple thread instances of the same function