Konstantin Kondrashov
|
2fdeaa882f
|
feat(pthread): Adds timed locks for pthread_rwlock
Closes https://github.com/espressif/esp-idf/issues/16099
|
2025-08-13 20:22:27 +03:00 |
|
Marius Vikhammer
|
f2fe408b99
|
refactor(core): reformat newlib and pthread with astyle
|
2024-02-27 10:00:06 +08:00 |
|
Jakob Hasse
|
e7312cccea
|
pthread: added pthread_rwlock_tryrd/wrlock()
Closes https://github.com/espressif/esp-idf/issues/9229
|
2023-04-17 16:16:11 +08:00 |
|
Jakob Hasse
|
32e3444701
|
feat (pthread): reader-writer locks implementation
* Added implementation based on cond. variables
* Added unit tests
Closes https://github.com/espressif/esp-idf/issues/7411
|
2021-11-03 16:38:14 +08:00 |
|