Lines Matching refs:tst
29 various test prerequisites. These are described in the tst\_test structure and
34 environment as requested in the tst\_test structure. There are many different
78 the tst\_test structure. It's important that we execute all test callbacks
81 or indirect (SAFE\_MACROS()) call to tst\_brk(). In this case the
88 test can exit at any time by direct or indirect call to tst\_brk().
91 cleanup(). So if a there is a cleanup() callback in the tst\_test structure
93 tst\_brk(TBROK, ...) calls are converted into tst\_res(TWARN, ...) calls. This
97 The test cleanup() is also called by the tst\_brk() handler in order to cleanup
131 tst\_reap\_children() to collect and dissect deceased.
133 Also note that tst\_brk() does exit only the current process, so if a child
134 process calls tst\_brk() the counters are incremented and only the process
141 has to be remaped. In this case the process must to call tst\_reinit() before
150 memory can be mapped to any process by calling the tst\_reinit() function. As a
151 matter of a fact there is even a tst\_checkpoint binary that allows us to use