ngc 1.5.0
 
Loading...
Searching...
No Matches
ngcbSEM_T Struct Reference

#include <ngcbTHREAD.hpp>

Public Attributes

pthread_mutex_t mutex_v
 Protection mutex.
 
pthread_cond_t lck
 Condition variable.
 
size_t val
 Semaphore counter value.
 

Detailed Description

Semaphore structure

Member Data Documentation

◆ lck

pthread_cond_t ngcbSEM_T::lck

Condition variable.

◆ mutex_v

pthread_mutex_t ngcbSEM_T::mutex_v

Protection mutex.

◆ val

size_t ngcbSEM_T::val

Semaphore counter value.


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