Home
last modified time | relevance | path

Searched refs:setBlockStatus (Results 1 – 4 of 4) sorted by relevance

/dports/devel/staf/src/staf/services/stax/monitor/
H A DSTAXMonitorTreeNode.java65 public void setBlockStatus(int status) in setBlockStatus() method in STAXMonitorTreeNode
81 child.setBlockStatus(blockParentHeld); in setBlockStatus()
85 child.setBlockStatus(blockParentHeld); in setBlockStatus()
89 child.setBlockStatus(blockRunning); in setBlockStatus()
H A DSTAXMonitorFrame.java1124 heldBlocks.elementAt(i).setBlockStatus( in STAXMonitorFrame()
2278 fMonitorTreeBlocks.get(block).setBlockStatus( in handleJobEvent()
2285 fMonitorTreeBlocks.get(block).setBlockStatus( in handleJobEvent()
/dports/print/limereport/LimeReport-1.5.35/3rdparty/easyprofiler/easy_profiler_core/
H A Dprofile_manager.h117 void setBlockStatus(profiler::block_id_t _id, profiler::EasyBlockStatus _status);
H A Dprofile_manager.cpp1654 void ProfileManager::setBlockStatus(block_id_t _id, EasyBlockStatus _status) in setBlockStatus() function in ProfileManager
1972setBlockStatus(data->id, static_cast<::profiler::EasyBlockStatus>(data->status)); in listen()