Lines Matching refs:DEPRECATED
47 void sleep(TimeDuration const& rel_time); // DEPRECATED
48 void sleep(system_time const& abs_time); // DEPRECATED
489 bool timed_join(const system_time& wait_until); // DEPRECATED
491 bool timed_join(TimeDuration const& rel_time); // DEPRECATED
492 static void sleep(const system_time& xt);// DEPRECATED
496 bool operator==(const thread& other) const; // DEPRECATED
497 bool operator!=(const thread& other) const; // DEPRECATED
500 static void yield() noexcept; // DEPRECATED
547 …READ_MOVE_ASSIGN_CALLS_TERMINATE_IF_JOINABLE: If the thread is joinable call __detach__, DEPRECATED
710 …READ_DESTRUCTOR_CALLS_TERMINATE_IF_JOINABLE: If the thread is joinable calls __detach__, DEPRECATED
777 [section:timed_join Member function `timed_join()` DEPRECATED]
785 DEPRECATED since 3.00.
1013 [section:equals `operator==` DEPRECATED]
1018 DEPRECATED since 4.0.0.
1033 [section:not_equals `operator!=` DEPRECATED]
1038 DEPRECATED since 4.0.0.
1051 [section:sleep Static member function `sleep()` DEPRECATED]
1056 DEPRECATED since 3.0.0.
1074 [section:yield Static member function `yield()` DEPRECATED]
1079 DEPRECATED since 3.0.0.
1376 void sleep(TimeDuration const& rel_time); // DEPRECATED
1377 void sleep(system_time const& abs_time); // DEPRECATED
1458 [section:sleep Non-member function `sleep()` DEPRECATED]
1470 DEPRECATED since 3.0.0.