/src/tests/lib/libc/sys/ |
t_eventfd.c | 78 set_state(struct helper_context * const ctx, int const new) function in typeref:typename:void 149 set_state(ctx, 0); 189 set_state(&ctx, 666); 390 set_state(ctx, 0); 410 set_state(ctx, 0); 429 set_state(ctx, 0); 444 set_state(ctx, 0); 467 set_state(ctx, 0); 486 set_state(ctx, 0); 520 set_state(&ctx, 666) [all...] |
t_eventfd.c | 78 set_state(struct helper_context * const ctx, int const new) function in typeref:typename:void 149 set_state(ctx, 0); 189 set_state(&ctx, 666); 390 set_state(ctx, 0); 410 set_state(ctx, 0); 429 set_state(ctx, 0); 444 set_state(ctx, 0); 467 set_state(ctx, 0); 486 set_state(ctx, 0); 520 set_state(&ctx, 666) [all...] |
/src/usr.bin/mail/ |
thread.c | 576 set_state(int and_bits, int xor_bits) function in typeref:typename:state_t 944 oldstate = set_state(~(S_RESTRICT | S_EXPOSE), S_EXPOSE); /* restrict off, expose on */ 1100 oldstate = set_state(~(S_RESTRICT | S_EXPOSE), S_EXPOSE); /* restrict off, expose on */ 1122 (void)set_state(~S_RESTRICT, S_RESTRICT); /* restrict on */ 1134 (void)set_state(~S_RESTRICT, 0); /* restrict off */ 1150 (void)set_state(~S_EXPOSE, S_EXPOSE); /* expose on */ 1163 (void)set_state(~S_EXPOSE, 0); /* expose off */ 1634 oldstate = set_state(~(S_RESTRICT | S_EXPOSE), cutit ? S_EXPOSE : 0); 1719 oldstate = set_state(~(S_RESTRICT | S_EXPOSE), S_EXPOSE); /* restrict off, expose on */
|
thread.c | 576 set_state(int and_bits, int xor_bits) function in typeref:typename:state_t 944 oldstate = set_state(~(S_RESTRICT | S_EXPOSE), S_EXPOSE); /* restrict off, expose on */ 1100 oldstate = set_state(~(S_RESTRICT | S_EXPOSE), S_EXPOSE); /* restrict off, expose on */ 1122 (void)set_state(~S_RESTRICT, S_RESTRICT); /* restrict on */ 1134 (void)set_state(~S_RESTRICT, 0); /* restrict off */ 1150 (void)set_state(~S_EXPOSE, S_EXPOSE); /* expose on */ 1163 (void)set_state(~S_EXPOSE, 0); /* expose off */ 1634 oldstate = set_state(~(S_RESTRICT | S_EXPOSE), cutit ? S_EXPOSE : 0); 1719 oldstate = set_state(~(S_RESTRICT | S_EXPOSE), S_EXPOSE); /* restrict off, expose on */
|