Running multiple thread instances of the same function. (See MultiThread Program for an example on how to use it)
Dependents: MutliThread Server_Multi_Client HelloWorld C027_SupportTest ... more
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
3:d370bed31f45 | 2013-06-29 | lemniskata | Running multiple thread instances of the same function. New thread is started only if there are less than MAX non-inactive threads |
2:46b56c9086f2 | 2013-06-29 | lemniskata | Creating and running multiple thread instances of the same function. All running threads are stored in a list with their osThreadId |
1:ecdd97ea3d3b | 2013-06-29 | lemniskata | Running multiple thread instances of the same function |
0:266b0dc4f8d0 | 2013-06-29 | lemniskata | Running Multiple Thread instances of the same function. Dynamic memory allocation |