Home
last modified time | relevance | path

Searched refs:__assoc_sub_state (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/src/
H A Dfuture.cpp60 void __assoc_sub_state::__on_zero_shared() noexcept { delete this; } in future_category()
62 void __assoc_sub_state::set_value() { in future_category()
70 void __assoc_sub_state::set_value_at_thread_exit() { in future_error()
78 void __assoc_sub_state::set_exception(exception_ptr __p) { in __on_zero_shared()
87 void __assoc_sub_state::set_exception_at_thread_exit(exception_ptr __p) { in set_value()
95 void __assoc_sub_state::__make_ready() { in set_value_at_thread_exit()
101 void __assoc_sub_state::copy() {
108 void __assoc_sub_state::wait() { in set_exception()
113 void __assoc_sub_state::__sub_wait(unique_lock<mutex>& __lk) {
125 void __assoc_sub_state in __make_ready()
[all...]
H A Dthread.cpp124 typedef vector<__assoc_sub_state*, __hidden_allocator<__assoc_sub_state*> > _AsyncStates; in __thread_local_data()
138 void __make_ready_at_thread_exit(__assoc_sub_state* __s); in allocate()
156 void __thread_struct_imp::__make_ready_at_thread_exit(__assoc_sub_state* __s) {
171 void __thread_struct::__make_ready_at_thread_exit(__assoc_sub_state* __s) { __p_->__make_ready_at_thread_exit(__s); } in ~__thread_struct_imp()
/freebsd/contrib/llvm-project/libcxx/include/
H A Dfuture505 class _LIBCPP_EXPORTED_FROM_ABI __assoc_sub_state : public __shared_count {
518 _LIBCPP_HIDE_FROM_ABI __assoc_sub_state() : __state_(0) {}
555 future_status __assoc_sub_state::wait_until(const chrono::time_point<_Clock, _Duration>& __abs_time…
567 inline future_status __assoc_sub_state::wait_for(const chrono::duration<_Rep, _Period>& __rel_time)…
572 class _LIBCPP_HIDDEN __assoc_state : public __assoc_sub_state {
573 typedef __assoc_sub_state base;
642 class __assoc_state<_Rp&> : public __assoc_sub_state {
643 typedef __assoc_sub_state base;
737 class __assoc_sub_state_alloc : public __assoc_sub_state {
738 typedef __assoc_sub_state base;
[all …]
/freebsd/contrib/llvm-project/libcxx/include/__thread/
H A Dthread.h44 class __assoc_sub_state; variable
59 void __make_ready_at_thread_exit(__assoc_sub_state*);