SimGrid  3.17
Versatile Simulation of Distributed Systems
s_smx_cond Struct Reference

#include <smx_synchro_private.hpp>

Public Member Functions

 s_smx_cond ()
 

Public Attributes

std::atomic_int_fast32_t refcount_ {1}
 
smx_mutex_t mutex = nullptr
 
xbt_swag_t sleeping = nullptr
 
simgrid::s4u::ConditionVariable cond_
 

Constructor & Destructor Documentation

◆ s_smx_cond()

s_smx_cond::s_smx_cond ( )
inline

Member Data Documentation

◆ refcount_

std::atomic_int_fast32_t s_smx_cond::refcount_ {1}

◆ mutex

smx_mutex_t s_smx_cond::mutex = nullptr

◆ sleeping

xbt_swag_t s_smx_cond::sleeping = nullptr

◆ cond_


The documentation for this struct was generated from the following file: