Sudeep Mohanty
|
b3755b751e
|
pthread: Remove pthread TLS cleanup dependency on FreeRTOS Static Task Cleanup Hook
This commit removes the need to define the vTaskCleanupTCB hook in
pthread to cleanup the thread-specific data before a thread is deleted.
|
2022-11-02 09:52:28 +01:00 |
|
Angus Gratton
|
a6dea64106
|
pthread: Add support for PTHREAD_COND_INITIALIZER
Includes unit test for condition variables in C (previous test was C++ only)
|
2021-05-14 10:03:11 +10:00 |
|
Anton Maklakov
|
afbaf74007
|
tools: Mass fixing of empty prototypes (for -Wstrict-prototypes)
|
2019-08-01 16:28:56 +07:00 |
|
Angus Gratton
|
86c89ff169
|
pthread: Add support for pthread thread local storage
Refactors LWIP to use this for the LWIP thread local semaphore
|
2017-10-17 14:46:08 +08:00 |
|