Searched defs:__env_t (Results 1 – 5 of 5) sorted by relevance
706 struct __env_t { struct707 const __vtable_t* __vtable_;708 void* __rcvr_;709 inplace_stop_token __token_;713 auto query(_Tag, _As&&... __as) const in query()720 auto query(get_stop_token_t) const noexcept -> inplace_stop_token { in query()776 struct __env_t { struct777 const __vtable_t* __vtable_;778 void* __rcvr_;782 auto query(_Tag, _As&&... __as) const in query()[all …]
48 using __env_t = make_env_t<_BaseEnv, prop<get_stop_token_t, inplace_stop_token>>; typedef
70 using __env_t = typedef
61 using __env_t = __join_env_t< typedef
387 using __env_t = __result_env_t<_Sched, env_of_t<_Receiver>>; typedef