Home | History | Annotate | Download | only in threads

Lines Matching refs:ThunkerBase

19 template <typename HalType, typename Impl, typename F> struct ThunkerBase;
25 * struct ThunkerBase<HalType, Impl, R(Args...)> {
34 struct ThunkerBase<HalType, Impl, R()> {
47 struct ThunkerBase<HalType, Impl, R(T1)> {
60 struct ThunkerBase<HalType, Impl, R(T1, T2)> {
74 struct ThunkerBase<HalType, Impl, R(T1, T2, T3)> {
88 struct ThunkerBase<HalType, Impl, R(T1, T2, T3, T4)> {
102 struct ThunkerBase<HalType, Impl, R(T1, T2, T3, T4, T5)> {
116 struct ThunkerBase<HalType, Impl, R(T1, T2, T3, T4, T5, T6)> {
131 struct ThunkerBase<HalType, Impl, R(T1, T2, T3, T4, T5, T6, T7)> {
148 struct ThunkerBase<HalType, Impl, R(T1, T2, T3, T4, T5, T6, T7, T8)> {