NCBI C++ ToolKit
|
Search Toolkit Book for SRCUInfo
Public Member Functions | |
SRCUInfo (void) | |
Public Attributes | |
TSrvRCUList | calls |
CSrvRCUUser * | gp_marker_cur |
CSrvRCUUser * | gp_marker_next |
Uint1 | seen_gp |
TSrvRCUList SRCUInfo::calls |
Definition at line 42 of file rcu.cpp.
Referenced by CSrvRCUUser::CallRCU(), RCUFinalizeThread(), RCUHasCalls(), RCUInitNewThread(), RCUPassQS(), s_RCUExecuteCalls(), and s_RCUMoveGPMarkers().
CSrvRCUUser* SRCUInfo::gp_marker_cur |
Definition at line 43 of file rcu.cpp.
Referenced by RCUFinalizeThread(), RCUInitNewThread(), s_RCUExecuteCalls(), and s_RCUMoveGPMarkers().
CSrvRCUUser* SRCUInfo::gp_marker_next |
Definition at line 44 of file rcu.cpp.
Referenced by RCUFinalizeThread(), RCUInitNewThread(), and s_RCUMoveGPMarkers().
Uint1 SRCUInfo::seen_gp |
Definition at line 45 of file rcu.cpp.
Referenced by RCUFinalizeThread(), RCUInitNewThread(), RCUPassQS(), s_RCUNoteGPorStartNew(), and s_RCUNoteStartedGP().