Public Attributes | |
int | clq_used |
int | clq_ival |
struct clq_st * | clq_prev |
struct clq_st * | clq_next |
void(* | clq_fcn )(int) |
int | clq_arg |
Definition at line 17 of file marclock.cpp.
int clq_st::clq_arg |
Definition at line 23 of file marclock.cpp.
Referenced by MarClock::clock_heartbeat(), and MarClock::enqueue_fcn().
void(* clq_st::clq_fcn)(int) |
Definition at line 22 of file marclock.cpp.
Referenced by MarClock::clock_heartbeat(), and MarClock::enqueue_fcn().
int clq_st::clq_ival |
Definition at line 19 of file marclock.cpp.
Referenced by MarClock::clock_heartbeat(), and MarClock::enqueue_fcn().
struct clq_st* clq_st::clq_next |
Definition at line 21 of file marclock.cpp.
Referenced by MarClock::clock_heartbeat(), and MarClock::enqueue_fcn().
struct clq_st* clq_st::clq_prev |
Definition at line 20 of file marclock.cpp.
Referenced by MarClock::clock_heartbeat(), and MarClock::enqueue_fcn().
int clq_st::clq_used |
Definition at line 18 of file marclock.cpp.
Referenced by MarClock::clock_heartbeat(), and MarClock::enqueue_fcn().