Searched defs:_test (Results 1 – 2 of 2) sorted by relevance
82 typedef struct _test { struct83 char *t_testname; argument92 int t_is_poll_test; argument95 int t_n_prep_actions;96 action_t t_prep_actions[5];99 int t_n_cleanup_actions;100 action_t t_cleanup_actions[5];103 action_t t_helpthreadact;106 char *t_watchfile; /* set event ident IN TEST (can't know fd beforehand)*/107 int t_file_is_fifo;/* FIFOs are handled in a special manner */[all …]
270 def _test(obj): function