Home
last modified time | relevance | path

Searched defs:_test (Results 1 – 2 of 2) sorted by relevance

/xnu-8020.101.4/tests/
H A Dkqueue_file_tests.c82 typedef struct _test { struct
83 char *t_testname; argument
92 int t_is_poll_test; argument
95 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 …]
/xnu-8020.101.4/tools/lldbmacros/
H A Dxnu.py270 def _test(obj): function