|
BDE 4.14.0 Production release
|
Functions | |
| template<> | |
| bool | ChronoUtil::isMatchingClock< bsl::chrono::system_clock > (bsls::SystemClockType::Enum clockType) |
| template<> | |
| bool | ChronoUtil::isMatchingClock< bsl::chrono::steady_clock > (bsls::SystemClockType::Enum clockType) |
| bool | operator== (const ThreadAttributes &lhs, const ThreadAttributes &rhs) |
| bool | operator!= (const ThreadAttributes &lhs, const ThreadAttributes &rhs) |
| bsl::ostream & | operator<< (bsl::ostream &stream, const ThreadAttributes &object) |
|
inline |
|
inline |
| bool bslmt::operator!= | ( | const ThreadAttributes & | lhs, |
| const ThreadAttributes & | rhs | ||
| ) |
Return true if the specified lhs and rhs objects do not have the same value, and false otherwise. Two baltzo::LocalTimeDescriptor objects do not have the same value if the corresponding values of their detachedState, guardSize, inheritSchedule, schedulingPolicy, schedulingPriority, and stackSize attributes are not the same.
| bsl::ostream & bslmt::operator<< | ( | bsl::ostream & | stream, |
| const ThreadAttributes & | object | ||
| ) |
Write the value of the specified object object to the specified output stream in a single-line format, and return a reference to stream. If stream is not valid on entry, this operation has no effect. Note that this human-readable format is not fully specified, can change without notice, and is logically equivalent to:
| bool bslmt::operator== | ( | const ThreadAttributes & | lhs, |
| const ThreadAttributes & | rhs | ||
| ) |
Return true if the specified lhs and rhs objects have the same value, and false otherwise. Two ThreadAttributes objects have the same value if the corresponding values of their detachedState, guardSize, inheritSchedule, schedulingPolicy, schedulingPriority, and stackSize attributes are the same.