#include <ngcbSched.h>
Public Attributes | |
| pthread_mutex_t | mutex_v |
| pthread_cond_t | lckr |
| pthread_cond_t | lckw |
| unsigned int | val |
| unsigned char | wr |
POSIX r/w-lock type
| pthread_cond_t ngcb_lock_t::lckr |
Read-lock condition variable
| pthread_cond_t ngcb_lock_t::lckw |
Write-lock condition variable
| pthread_mutex_t ngcb_lock_t::mutex_v |
Protection mutex
| unsigned int ngcb_lock_t::val |
Number of readers
| unsigned char ngcb_lock_t::wr |
Write-lock flag