Home | History | Annotate | Download | only in bionic

Lines Matching defs:in

5  * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
11 * notice, this list of conditions and the following disclaimer in
18 * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
23 * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
24 * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
39 } in, out;
41 sigemptyset(&in.the_sigset);
42 in.the_mask = mask;
44 n = sigprocmask(SIG_SETMASK, &in.the_sigset, &out.the_sigset);