Lines Matching refs:__test_metadata
183 static void test_name(struct __test_metadata *_metadata); \
185 struct __test_metadata *_metadata, \
193 static struct __test_metadata _##test_name##_object = \
204 struct __test_metadata __attribute__((unused)) *_metadata)
271 struct __test_metadata __attribute__((unused)) *_metadata, \
294 struct __test_metadata __attribute__((unused)) *_metadata, \
378 struct __test_metadata *_metadata, \
382 struct __test_metadata *_metadata, \
400 static struct __test_metadata \
414 struct __test_metadata __attribute__((unused)) *_metadata, \
789 struct __test_metadata;
795 struct __test_metadata *tests;
828 struct __test_metadata { struct
830 void (*fn)(struct __test_metadata *, argument
846 struct __test_metadata *prev, *next; argument
858 static inline void __register_test(struct __test_metadata *t) in __register_test()
863 static inline int __bail(int for_realz, struct __test_metadata *t) in __bail()
874 static inline void __test_check_assert(struct __test_metadata *t) in __test_check_assert()
883 struct __test_metadata *__active_test;
886 struct __test_metadata *t = __active_test; in __timeout_handler()
906 void __wait_for_test(struct __test_metadata *t) in __wait_for_test()
993 struct __test_metadata *t; in test_harness_list_tests()
1065 struct __test_metadata *t) in test_enabled()
1112 struct __test_metadata *t) in __run_test()
1163 struct __test_metadata *t; in test_harness_run()