Lines Matching defs:shadowed
32 bool shadowed:1;
174 bool shadowed = FALSE;
181 if (h->shadowed && h->current_ioloop != current_ioloop) {
182 shadowed = TRUE;
186 h->shadowed = FALSE;
189 if (!shadowed) {
190 /* no handlers are shadowed anymore; delete the signal info */
269 bool shadowed = FALSE;
281 /* cannot run handler in current ioloop (shadowed) */
282 h->shadowed = TRUE;
283 shadowed = TRUE;
290 if (shadowed) {
292 current ioloop (shadowed) */
322 /* check whether we can now handle any shadowed delayed signals */
464 /* check whether we can now handle any shadowed delayed signals */