Home | History | Annotate | Download | only in drd

Lines Matching refs:PTH_FUNC

93 #define PTH_FUNC(ret_ty, zf, implf, argl_decl, argl)                    \
105 #define PTH_FUNC(ret_ty, zf, implf, argl_decl, argl) \
119 PTH_FUNC(ret_ty, zf, implf, argl_decl, argl); \
120 PTH_FUNC(ret_ty, zf ## ZAZa, implf, argl_decl, argl); \
121 PTH_FUNC(ret_ty, zf ## ZDZa, implf, argl_decl, argl);