Home | History | Annotate | Download | only in drd

Lines Matching refs:PTH_FUNC

95 #define PTH_FUNC(ret_ty, zf, implf, argl_decl, argl)                    \
107 #define PTH_FUNC(ret_ty, zf, implf, argl_decl, argl) \
121 PTH_FUNC(ret_ty, zf, implf, argl_decl, argl); \
122 PTH_FUNC(ret_ty, zf ## ZAZa, implf, argl_decl, argl); \
123 PTH_FUNC(ret_ty, zf ## ZDZa, implf, argl_decl, argl);