Skip to main content

thread::Cond::Attributes

  • Inherits: api::ExecutionContext public

Friends

Cond#

friend class Cond 

Type: class

Parameters:

Functions

Attributes()#

inline

thread::Cond::Attributes::Attributes ()

~Attributes()#

inline

thread::Cond::Attributes::~Attributes ()

get_is_pshared() const#

inline

bool thread::Cond::Attributes::get_is_pshared () const

Type: bool

get_pshared() const#

inline

ProcessShared thread::Cond::Attributes::get_pshared () const

Type: ProcessShared

set_pshared(bool value=true)#

inline

Attributes & thread::Cond::Attributes::set_pshared (bool value=true)

Type: Attributes &

Parameters:

  • bool value

set_pshared(ProcessShared pshared)#

inline

Attributes & thread::Cond::Attributes::set_pshared (ProcessShared pshared)

Type: Attributes &

Parameters: