OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sigalrm
(Results
1 - 6
of
6
) sorted by relevancy
/src/regress/sys/kern/nameibench/
nameibench.c
156
sigalrm
(int junk)
function in typeref:typename:void
219
(void)signal(
SIGALRM
,
sigalrm
);
/src/tests/lib/libc/gen/
t_sleep.c
49
#define ALARM 6 /*
SIGALRM
after this many seconds */
86
void
sigalrm
(int);
89
sigalrm
(int s)
function in typeref:typename:void
270
signal(
SIGALRM
,
sigalrm
);
/src/usr.bin/flock/
flock.c
86
sigalrm
(int sig)
function in typeref:typename:void
271
ev.sigev_signo =
SIGALRM
;
280
sa.sa_handler =
sigalrm
;
283
if (sigaction(
SIGALRM
, &sa, NULL) == -1)
/src/usr.sbin/tprof/
tprof_top.c
101
static sig_atomic_t
sigalrm
;
variable in typeref:typename:sig_atomic_t
270
sigalrm
= 1;
989
signal(
SIGALRM
, sigalrm_handler);
1004
while (
sigalrm
== 0 && !force_update) {
1065
sigalrm
= 0;
/src/sbin/routed/
main.c
279
signal(
SIGALRM
,
sigalrm
);
543
sigalrm
(int s UNUSED)
function in typeref:typename:void
545
/* Historically,
SIGALRM
would cause the daemon to check for
549
trace_act("
SIGALRM
");
defs.h
585
extern void
sigalrm
(int);
Completed in 31 milliseconds
Indexes created Sun Oct 12 09:09:55 GMT 2025