Home
last modified time | relevance | path

Searched refs:sig_atomic_t (Results 1 – 14 of 14) sorted by relevance

/f-stack/app/nginx-1.16.1/src/os/unix/
H A Dngx_process_cycle.h55 extern sig_atomic_t ngx_reap;
56 extern sig_atomic_t ngx_sigio;
57 extern sig_atomic_t ngx_sigalrm;
58 extern sig_atomic_t ngx_quit;
59 extern sig_atomic_t ngx_debug_quit;
60 extern sig_atomic_t ngx_terminate;
61 extern sig_atomic_t ngx_noaccept;
62 extern sig_atomic_t ngx_reconfigure;
63 extern sig_atomic_t ngx_reopen;
64 extern sig_atomic_t ngx_change_binary;
H A Dngx_process_cycle.c40 sig_atomic_t ngx_reap;
41 sig_atomic_t ngx_sigio;
42 sig_atomic_t ngx_sigalrm;
43 sig_atomic_t ngx_terminate;
44 sig_atomic_t ngx_quit;
45 sig_atomic_t ngx_debug_quit;
47 sig_atomic_t ngx_reconfigure;
48 sig_atomic_t ngx_reopen;
50 sig_atomic_t ngx_change_binary;
55 sig_atomic_t ngx_noaccept;
/f-stack/freebsd/x86/include/
H A Dsignal.h47 typedef int sig_atomic_t; typedef
101 typedef long sig_atomic_t; typedef
/f-stack/freebsd/arm64/include/
H A Dsignal.h40 typedef long sig_atomic_t; typedef
/f-stack/freebsd/arm/include/
H A Dsignal.h42 typedef long sig_atomic_t; typedef
/f-stack/freebsd/mips/include/
H A Dsignal.h51 typedef int sig_atomic_t; typedef
/f-stack/freebsd/contrib/openzfs/cmd/zed/
H A Dzed.c30 static volatile sig_atomic_t _got_exit = 0;
31 static volatile sig_atomic_t _got_hup = 0;
/f-stack/app/nginx-1.16.1/src/event/
H A Dngx_event.h547 extern sig_atomic_t ngx_event_timer_alarm;
H A Dngx_event.c43 sig_atomic_t ngx_event_timer_alarm;
/f-stack/tools/ngctl/
H A Dmain.c91 static volatile sig_atomic_t unblock;
/f-stack/tools/netstat/
H A Dif.c560 static sig_atomic_t signalled;
/f-stack/app/nginx-1.16.1/auto/
H A Dunix635 ngx_type="sig_atomic_t"; ngx_types="int"; . auto/types/typedef
/f-stack/tools/route/
H A Droute.c176 static volatile sig_atomic_t stop_read;
/f-stack/app/redis-5.0.5/src/
H A Dredis-cli.c238 static volatile sig_atomic_t force_cancel_loop = 0;