Changeset 12771 for source/ariba/utility/system/SystemQueue.h
- Timestamp:
- Mar 19, 2014, 6:41:45 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/utility/system/SystemQueue.h
r12765 r12771 161 161 * Is the system queue already started and running? 162 162 * 163 * @return T rue, if the system queue is running.163 * @return TRUE, if the system queue is running. | FALSE otherwise 164 164 */ 165 165 bool isRunning(); 166 167 /** 168 * NOTE: This function is for debugging and asserts only!! 169 * 170 * @return TRUE if called from the SysQ thread (from inside a SystemEvent) 171 * | FALSE if it's called from another thread 172 */ 173 bool am_I_in_the_SysQ_thread(); 166 174 167 175 protected:
Note:
See TracChangeset
for help on using the changeset viewer.