mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 09:18:00 +08:00
pthread rwlock bugfixes
This commit is contained in:
committed by
Gregory Nutt
parent
b631dc886f
commit
2b1ca79b4b
@@ -343,6 +343,7 @@ struct pthread_rwlock_s
|
||||
pthread_cond_t cv;
|
||||
unsigned int num_readers;
|
||||
unsigned int num_writers;
|
||||
bool write_in_progress;
|
||||
};
|
||||
|
||||
typedef struct pthread_rwlock_s pthread_rwlock_t;
|
||||
|
||||
Reference in New Issue
Block a user