OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sig_atomic_t
(Results
1 - 25
of
90
) sorted by relevancy
1
2
3
4
/src/sys/arch/ia64/include/
signal.h
37
typedef long
sig_atomic_t
;
typedef in typeref:typename:long
/src/sys/arch/or1k/include/
signal.h
36
typedef __SIG_ATOMIC_TYPE__
sig_atomic_t
;
typedef in typeref:typename:__SIG_ATOMIC_TYPE__
/src/sys/arch/riscv/include/
signal.h
36
typedef __SIG_ATOMIC_TYPE__
sig_atomic_t
;
typedef in typeref:typename:__SIG_ATOMIC_TYPE__
/src/sys/arch/amd64/include/
signal.h
46
typedef int
sig_atomic_t
;
typedef in typeref:typename:int
/src/bin/sh/
trap.h
37
extern volatile
sig_atomic_t
pendingsigs;
/src/sys/arch/hppa/include/
signal.h
38
typedef int
sig_atomic_t
;
typedef in typeref:typename:int
/src/lib/libedit/
sig.h
62
volatile
sig_atomic_t
sig_no;
/src/sys/arch/powerpc/include/
signal.h
48
typedef int
sig_atomic_t
;
typedef in typeref:typename:int
/src/bin/cp/
extern.h
47
extern
sig_atomic_t
pinfo;
/src/sbin/fsck/
fsutil.h
54
extern volatile
sig_atomic_t
returntosingle;
/src/sys/arch/alpha/include/
signal.h
37
typedef long
sig_atomic_t
;
typedef in typeref:typename:long
/src/sys/arch/i386/include/
signal.h
39
typedef int
sig_atomic_t
;
typedef in typeref:typename:int
/src/sys/arch/arm/include/
signal.h
53
typedef int
sig_atomic_t
;
typedef in typeref:typename:int
/src/sys/arch/m68k/include/
signal.h
41
typedef int
sig_atomic_t
;
typedef in typeref:typename:int
/src/sys/arch/mips/include/
signal.h
56
typedef int
sig_atomic_t
;
typedef in typeref:typename:int
/src/sys/arch/sh3/include/
signal.h
41
typedef int
sig_atomic_t
;
typedef in typeref:typename:int
/src/sys/arch/sparc/include/
signal.h
51
typedef int
sig_atomic_t
;
typedef in typeref:typename:int
/src/tests/kernel/
t_open_pr_57260.c
46
static
sig_atomic_t
alarmed = 0;
/src/tests/lib/libpthread/
t_sigmask.c
53
static volatile
sig_atomic_t
flag;
54
static volatile
sig_atomic_t
flag2;
59
static
sig_atomic_t
count = 0;
t_kill.c
74
sig_atomic_t
gotsignal;
/src/sys/arch/vax/include/
signal.h
53
typedef int
sig_atomic_t
;
typedef in typeref:typename:int
/src/tests/rump/rumpkern/h_client/
h_sigcli.c
18
static volatile
sig_atomic_t
sigexecs;
/src/tests/rump/rumpkern/
t_signals.c
65
static volatile
sig_atomic_t
sigcnt;
/src/usr.bin/timeout/
timeout.c
56
static
sig_atomic_t
sig_chld = 0;
57
static
sig_atomic_t
sig_term = 0;
58
static
sig_atomic_t
sig_alrm = 0;
59
static
sig_atomic_t
sig_ign = 0;
/src/regress/sys/kern/nameibench/
nameibench.c
60
volatile
sig_atomic_t
stop;
159
stop = (
sig_atomic_t
)1;
Completed in 47 milliseconds
1
2
3
4
Indexes created Tue Oct 07 21:09:53 GMT 2025