thread::Cond::Attributes
- Inherits: api::ExecutionContext
public
Friends
#
Condfriend class Cond
Type: class
Parameters:
Functions
#
Attributes()inline
thread::Cond::Attributes::Attributes ()
#
~Attributes()inline
thread::Cond::Attributes::~Attributes ()
#
get_is_pshared() constinline
bool thread::Cond::Attributes::get_is_pshared () const
Type: bool
#
get_pshared() constinline
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:
- ProcessShared
pshared