mirror of
https://github.com/espressif/esp-idf.git
synced 2026-08-18 06:35:35 +03:00
feat (pthread): reader-writer locks implementation
* Added implementation based on cond. variables * Added unit tests Closes https://github.com/espressif/esp-idf/issues/7411
This commit is contained in:
@@ -17,3 +17,6 @@ endif
|
||||
COMPONENT_ADD_LDFLAGS += -u pthread_include_pthread_impl
|
||||
COMPONENT_ADD_LDFLAGS += -u pthread_include_pthread_cond_impl
|
||||
COMPONENT_ADD_LDFLAGS += -u pthread_include_pthread_local_storage_impl
|
||||
COMPONENT_ADD_LDFLAGS += -u pthread_include_pthread_rwlock_impl
|
||||
|
||||
CFLAGS += -D_POSIX_READER_WRITER_LOCKS
|
||||
|
||||
Reference in New Issue
Block a user