Lines Matching +full:in +full:- +full:and +full:- +full:around

4 // Redistribution and use in source and binary forms, with or without
9 // notice, this list of conditions and the following disclaimer.
10 // * Redistributions in binary form must reproduce the above copyright
11 // notice, this list of conditions and the following disclaimer in the
12 // documentation and/or other materials provided with the distribution.
17 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
18 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
19 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
20 // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
24 // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
25 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
26 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
34 /// in a clean container and in a "safe" work directory that gets cleaned
40 /// around through the lifetime of the next operations. Only one
43 /// track of any per-process data you may need using the returned
46 /// in the previous step. Repeat as desired.
48 /// the status of the terminated process and/or to access any of its
54 /// spawn() and spawn_followup() are balanced with wait() and wait_any() calls.
56 /// Processes executed in this manner have access to two different "unique"
59 /// directory", which is the location where the in-process code may place files
60 /// that are not clobbered by activities in the work directory.
107 /// subprocess. However, the PID contained in here can be used to match
111 /// Objects of this type can be copied around but their implementation is
137 /// and serves as the owner of the remaining on-disk files. The caller is
138 /// expected to call cleanup() before destruction to remove the on-disk state.
140 /// Objects of this type can be copied around but their implementation is
173 /// Objects of this type can be copied around (because we do not have move
175 /// executor can exist at any point in time.