unlock
void unlock();
Use this function to release the lock acquired by lock().
Locking is handled in the base StatisticFieldsOutput class and typically does not need to be done by derivative classes. See lock() for additional details.
Parameters
- returns none
Example
this->lock();
buffer += "thing0";
buffer += "thing1";
buffer += "thing2";
this->unlock();
Header
#include <sst/core/statapi/statoutput.h>