#include <rc_semaphore_accessor.h>

Definition at line 50 of file rc_semaphore_accessor.h.
Public Member Functions | |
| virtual int | wait () |
| virtual int | trywait () |
| virtual int | post () |
| virtual int | get_value () const |
Private Attributes | |
| sc_event | p_undef |
| virtual int wait | ( | ) | [inline, virtual] |
Definition at line 54 of file rc_semaphore_accessor.h.
| virtual int trywait | ( | ) | [inline, virtual] |
Definition at line 60 of file rc_semaphore_accessor.h.
| virtual int post | ( | ) | [inline, virtual] |
Definition at line 62 of file rc_semaphore_accessor.h.
| virtual int get_value | ( | ) | const [inline, virtual] |
Definition at line 64 of file rc_semaphore_accessor.h.
sc_event p_undef [private] |
Definition at line 67 of file rc_semaphore_accessor.h.
1.5.3