picotm  0.7.0
picotm_os_rwlock Struct Reference

The reader/writer lock of the operating system. More...

#include <picotm_os_rwlock.h>

Detailed Description

The data structure struct picotm_os_rwlock is a wrapper around the reader/writer lock provided by the operating system. R/W locks can be acquired multiple concurrent readers or a single writer. An implementation of struct picotm_os_rwlock shall provide support for multiple concurrent readers if the operating system supports it.


The documentation for this struct was generated from the following file: