Skip to main content

thread::SemAccess

Functions

post()#

inline

Derived & thread::SemAccess< Derived >::post ()

Type: Derived &

timedwait(const chrono::ClockTime &clock_time)#

inline

Derived & thread::SemAccess< Derived >::timedwait (const chrono::ClockTime &clock_time)

Type: Derived &

Parameters:

  • const chrono::ClockTime & clock_time

try_wait()#

inline

Derived & thread::SemAccess< Derived >::try_wait ()

Type: Derived &

wait()#

inline

Derived & thread::SemAccess< Derived >::wait ()

Type: Derived &

wait_timed(const chrono::ClockTime &clock_time)#

inline

Derived & thread::SemAccess< Derived >::wait_timed (const chrono::ClockTime &clock_time)

Type: Derived &

Parameters:

  • const chrono::ClockTime & clock_time