Alexey Gerenkov
|
7ce945a9de
|
pthread: Fixes memory leaks and stack overflow in tests
Also this commit replaces FreeRTOS list used for pthread internals
with simple one from rom/queue.h
|
2017-11-17 16:57:33 +03:00 |
|
Angus Gratton
|
69e92ee320
|
unit tests: If heap tracing is enabled in sdkconfig, leak trace each test
|
2017-10-17 15:29:25 +08:00 |
|
Alexey Gerenkov
|
5795ccc806
|
freertos: Fixes deadlock in pthread_once for init_routines calling pthread_once
|
2017-10-01 19:52:48 +03:00 |
|
Alexey Gerenkov
|
54a529f596
|
freertos: Fixes hangup upon pthread_join on finished thread
|
2017-10-01 19:52:48 +03:00 |
|
Alexey Gerenkov
|
20942421c3
|
According to review comments
|
2017-09-06 10:30:23 +08:00 |
|
Alexey Gerenkov
|
8859dab10c
|
Cleanup
|
2017-09-06 10:30:23 +08:00 |
|
Alexey Gerenkov
|
bf8ff8c98b
|
1) Thread detach functionality added
2) Recursive mutexes support
3) C++ test updated
|
2017-09-06 10:30:23 +08:00 |
|
Alexey Gerenkov
|
c631c6b358
|
1) Mux API was added
2) C++ test for threading and mux functions
|
2017-09-06 10:30:23 +08:00 |
|
Alexey Gerenkov
|
0b09c7006d
|
pthread: Initial version of thread API
|
2017-09-06 10:30:23 +08:00 |
|