Lines Matching refs:EXTENSION
29 namespace no_interruption_point // EXTENSION
37 void at_thread_exit(Callable func); // EXTENSION
39 void interruption_point(); // EXTENSION
40 bool interruption_requested() noexcept; // EXTENSION
41 bool interruption_enabled() noexcept; // EXTENSION
42 class disable_interruption; // EXTENSION
43 class restore_interruption; // EXTENSION
51 class thread_group; // EXTENSION
434 class attributes; // EXTENSION
457 explicit thread(attributes& attrs, F f); // EXTENSION
459 thread(attributes& attrs, F &&f); // EXTENSION
472 bool try_join_for(const chrono::duration<Rep, Period>& rel_time); // EXTENSION
474 bool try_join_until(const chrono::time_point<Clock, Duration>& t); // EXTENSION
484 void interrupt(); // EXTENSION
485 bool interruption_requested() const noexcept; // EXTENSION
588 [section:attr_callable_constructor Thread Attributes Constructor EXTENSION]
643 [section:attr_callable_move_constructor Thread Attributes Move Constructor EXTENSION]
825 [section:try_join_for Member function `try_join_for()` EXTENSION]
865 [section:try_join_until Member function `try_join_until()` EXTENSION]
950 [section:interrupt Member function `interrupt()` EXTENSION]
1271 [section:attributes Class `boost::thread::attributes` EXTENSION]
1367 void at_thread_exit(Callable func); // EXTENSION
1369 void interruption_point(); // EXTENSION
1370 bool interruption_requested() noexcept; // EXTENSION
1371 bool interruption_enabled() noexcept; // EXTENSION
1372 class disable_interruption; // EXTENSION
1373 class restore_interruption; // EXTENSION
1401 [section:interruption_point Non-member function `interruption_point()` EXTENSION]
1420 [section:interruption_requested Non-member function `interruption_requested()` EXTENSION]
1439 [section:interruption_enabled Non-member function `interruption_enabled()` EXTENSION]
1569 [section:disable_interruption Class `disable_interruption` EXTENSION]
1624 [section:restore_interruption Class `restore_interruption` EXTENSION]
1682 [section:atthreadexit Non-member function template `at_thread_exit()` EXTENSION]
1713 [section:threadgroup Class `thread_group` EXTENSION]