Lines Matching refs:TT_FORK

3238 	{ "methods", test_methods, TT_FORK, NULL, NULL },
3240 BASIC(base_features, TT_FORK|TT_NO_LOGS),
3241 { "base_environ", test_base_environ, TT_FORK, NULL, NULL },
3243 BASIC(event_base_new, TT_FORK|TT_NEED_SOCKETPAIR),
3244 BASIC(free_active_base, TT_FORK|TT_NEED_SOCKETPAIR),
3246 BASIC(manipulate_active_events, TT_FORK|TT_NEED_BASE),
3247 BASIC(event_new_selfarg, TT_FORK|TT_NEED_BASE),
3248 BASIC(event_assign_selfarg, TT_FORK|TT_NEED_BASE),
3249 BASIC(event_base_get_num_events, TT_FORK|TT_NEED_BASE),
3250 BASIC(event_base_get_max_events, TT_FORK|TT_NEED_BASE),
3252 BASIC(bad_assign, TT_FORK|TT_NEED_BASE|TT_NO_LOGS),
3253 BASIC(bad_reentrant, TT_FORK|TT_NEED_BASE|TT_NO_LOGS),
3254 BASIC(active_later, TT_FORK|TT_NEED_BASE|TT_NEED_SOCKETPAIR),
3255 BASIC(event_remove_timeout, TT_FORK|TT_NEED_BASE|TT_NEED_SOCKETPAIR),
3258 LEGACY(persistent_timeout, TT_FORK|TT_NEED_BASE),
3259 { "persistent_timeout_jump", test_persistent_timeout_jump, TT_FORK|TT_NEED_BASE, &basic_setup, NULL },
3261 TT_FORK|TT_NEED_BASE, &basic_setup, NULL },
3262 LEGACY(priorities, TT_FORK|TT_NEED_BASE),
3263 BASIC(priority_active_inversion, TT_FORK|TT_NEED_BASE),
3264 { "common_timeout", test_common_timeout, TT_FORK|TT_NEED_BASE,
3271 { "simpleclose", test_simpleclose, TT_FORK, &basic_setup,
3290 { "mm_functions", test_mm_functions, TT_FORK, NULL, NULL },
3295 BASIC(get_assignment, TT_FORK|TT_NEED_BASE|TT_NEED_SOCKETPAIR),
3297 BASIC(event_foreach, TT_FORK|TT_NEED_BASE),
3298 { "gettimeofday_cached", test_gettimeofday_cached, TT_FORK, &basic_setup, (void*)"" },
3299 { "gettimeofday_cached_sleep", test_gettimeofday_cached, TT_FORK, &basic_setup, (void*)"sleep" },
3300 { "gettimeofday_cached_reset", test_gettimeofday_cached, TT_FORK, &basic_setup, (void*)"sleep reset" },
3301 { "gettimeofday_cached_disabled", test_gettimeofday_cached, TT_FORK, &basic_setup, (void*)"sleep disable" },
3302 { "gettimeofday_cached_disabled_nosleep", test_gettimeofday_cached, TT_FORK, &basic_setup, (void*)"disable" },
3304 BASIC(active_by_fd, TT_FORK|TT_NEED_BASE|TT_NEED_SOCKETPAIR),
3313 { "int", evtag_int_test, TT_FORK, NULL, NULL },
3314 { "fuzz", evtag_fuzz, TT_FORK, NULL, NULL },
3315 { "encoding", evtag_tag_encoding, TT_FORK, NULL, NULL },