Searched refs:blocked_set (Results 1 - 9 of 9) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wget/lib/
H A Dsigprocmask.c185 static volatile sigset_t blocked_set /* = 0 */; variable
225 *old_set = blocked_set;
236 new_blocked_set = blocked_set | *set;
242 new_blocked_set = blocked_set & ~*set;
248 to_unblock = blocked_set & ~new_blocked_set;
249 to_block = new_blocked_set & ~blocked_set;
260 blocked_set |= 1U << sig;
278 blocked_set &= ~(1U << sig);
307 if (blocked_set & (1U << sig))
337 if (blocked_set
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libiconv-1.14/srclib/
H A Dsigprocmask.c158 static volatile sigset_t blocked_set /* = 0 */; variable
198 *old_set = blocked_set;
209 new_blocked_set = blocked_set | *set;
215 new_blocked_set = blocked_set & ~*set;
221 to_unblock = blocked_set & ~new_blocked_set;
222 to_block = new_blocked_set & ~blocked_set;
233 blocked_set |= 1U << sig;
251 blocked_set &= ~(1U << sig);
280 if (blocked_set & (1U << sig))
314 if (blocked_set
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wget/lib/
H A Dsigprocmask.c185 static volatile sigset_t blocked_set /* = 0 */; variable
225 *old_set = blocked_set;
236 new_blocked_set = blocked_set | *set;
242 new_blocked_set = blocked_set & ~*set;
248 to_unblock = blocked_set & ~new_blocked_set;
249 to_block = new_blocked_set & ~blocked_set;
260 blocked_set |= 1U << sig;
278 blocked_set &= ~(1U << sig);
307 if (blocked_set & (1U << sig))
337 if (blocked_set
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libiconv-1.14/srclib/
H A Dsigprocmask.c158 static volatile sigset_t blocked_set /* = 0 */; variable
198 *old_set = blocked_set;
209 new_blocked_set = blocked_set | *set;
215 new_blocked_set = blocked_set & ~*set;
221 to_unblock = blocked_set & ~new_blocked_set;
222 to_block = new_blocked_set & ~blocked_set;
233 blocked_set |= 1U << sig;
251 blocked_set &= ~(1U << sig);
280 if (blocked_set & (1U << sig))
314 if (blocked_set
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wget/lib/
H A Dsigprocmask.c185 static volatile sigset_t blocked_set /* = 0 */; variable
225 *old_set = blocked_set;
236 new_blocked_set = blocked_set | *set;
242 new_blocked_set = blocked_set & ~*set;
248 to_unblock = blocked_set & ~new_blocked_set;
249 to_block = new_blocked_set & ~blocked_set;
260 blocked_set |= 1U << sig;
278 blocked_set &= ~(1U << sig);
307 if (blocked_set & (1U << sig))
337 if (blocked_set
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libiconv-1.14/srclib/
H A Dsigprocmask.c158 static volatile sigset_t blocked_set /* = 0 */; variable
198 *old_set = blocked_set;
209 new_blocked_set = blocked_set | *set;
215 new_blocked_set = blocked_set & ~*set;
221 to_unblock = blocked_set & ~new_blocked_set;
222 to_block = new_blocked_set & ~blocked_set;
233 blocked_set |= 1U << sig;
251 blocked_set &= ~(1U << sig);
280 if (blocked_set & (1U << sig))
314 if (blocked_set
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/shell/
H A Dhush.c571 sigset_t blocked_set; member in struct:globals
1116 * sigset_t blocked_set: current blocked signal set
1119 * clear bit in blocked_set unless it is also in non_DFL_mask
1121 * set bit in blocked_set (even if 'cmd' is '')
1229 sig = sigtimedwait(&G.blocked_set, NULL, &zero_timespec);
2994 * the fact that G.blocked_set is implemented as a bitmask
3002 sigdelset(&G.blocked_set, sig);
3027 sigdelset(&G.blocked_set, sig);
3029 sigprocmask(SIG_SETMASK, &G.blocked_set, NULL);
6849 sigprocmask(SIG_SETMASK, NULL, &G.blocked_set);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/shell/
H A Dhush.c571 sigset_t blocked_set; member in struct:globals
1116 * sigset_t blocked_set: current blocked signal set
1119 * clear bit in blocked_set unless it is also in non_DFL_mask
1121 * set bit in blocked_set (even if 'cmd' is '')
1229 sig = sigtimedwait(&G.blocked_set, NULL, &zero_timespec);
2994 * the fact that G.blocked_set is implemented as a bitmask
3002 sigdelset(&G.blocked_set, sig);
3027 sigdelset(&G.blocked_set, sig);
3029 sigprocmask(SIG_SETMASK, &G.blocked_set, NULL);
6849 sigprocmask(SIG_SETMASK, NULL, &G.blocked_set);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/shell/
H A Dhush.c571 sigset_t blocked_set; member in struct:globals
1116 * sigset_t blocked_set: current blocked signal set
1119 * clear bit in blocked_set unless it is also in non_DFL_mask
1121 * set bit in blocked_set (even if 'cmd' is '')
1229 sig = sigtimedwait(&G.blocked_set, NULL, &zero_timespec);
2994 * the fact that G.blocked_set is implemented as a bitmask
3002 sigdelset(&G.blocked_set, sig);
3027 sigdelset(&G.blocked_set, sig);
3029 sigprocmask(SIG_SETMASK, &G.blocked_set, NULL);
6849 sigprocmask(SIG_SETMASK, NULL, &G.blocked_set);
[all...]

Completed in 220 milliseconds