OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sigusr1
(Results
126 - 150
of
255
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
/external/iproute2/doc/
arpd.sgml
78
<tt/SIGHUP/ syncs database to disk. <tt/
SIGUSR1
/ sends some statistics
/external/iproute2/man/man8/
arpd.8
50
arpd exits gracefully syncing database and restoring adjusted sysctl parameters, when receives SIGINT or SIGTERM. SIGHUP syncs database to disk.
SIGUSR1
sends some statistics to syslog. Effect of another signals is undefined, they may corrupt database and leave sysctl praameters in an unpredictable state.
/external/kernel-headers/original/asm-x86/
signal.h
53
#define
SIGUSR1
10
/external/linux-tools-perf/
builtin-record.c
154
if (signr == -1 || signr ==
SIGUSR1
)
458
signal(
SIGUSR1
, sig_handler);
566
kill(getppid(),
SIGUSR1
);
719
if (quiet || signr ==
SIGUSR1
)
/external/openssl/crypto/ui/
ui_openssl.c
612
#ifdef
SIGUSR1
613
if (i ==
SIGUSR1
)
650
#ifdef
SIGUSR1
651
if (i ==
SIGUSR1
)
/external/wpa_supplicant_8/hostapd/
android.config
160
# Remove support for dumping state into a file on
SIGUSR1
signal
dump_state.c
65
* hostapd_dump_state -
SIGUSR1
handler to dump hostapd state to a text file
defconfig
177
# Remove support for dumping state into a file on
SIGUSR1
signal
/external/dnsmasq/
setup.html
223
<P> Sending
SIGUSR1
(killall -10 dnsmasq) to the dnsmasq process will
227
it is handling and causes
SIGUSR1
to trigger a complete dump of the
/external/e2fsprogs/e2fsck/
e2fsck.8.in
142
process a
SIGUSR1
signal.
327
.B
SIGUSR1
/libcore/luni/src/main/native/
libcore_io_OsConstants.cpp
376
initConstant(env, c, "
SIGUSR1
",
SIGUSR1
);
/external/bison/lib/
fatal-signal.c
41
SIGALRM
SIGUSR1
SIGUSR2 SIGPOLL SIGIO SIGLOST - because applications
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libpulse-simple.so
libpulse-simple.so.0
libpulse-simple.so.0.0
libpulse-simple.so.0.0.1
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libpulse-simple.so
libpulse-simple.so.0
libpulse-simple.so.0.0
libpulse-simple.so.0.0.1
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_signal.py
81
signal.signal(signal.
SIGUSR1
, self.handlerB)
202
signal.
SIGUSR1
, None)
291
self.signum = signal.
SIGUSR1
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_signal.py
81
signal.signal(signal.
SIGUSR1
, self.handlerB)
202
signal.
SIGUSR1
, None)
291
self.signum = signal.
SIGUSR1
/external/ipsec-tools/src/racoon/
session.c
320
SIGUSR1
,
/external/wpa_supplicant_8/src/ap/
ap_config.h
190
char *dump_log_name; /* file name for state dump (
SIGUSR1
) */
/external/valgrind/main/docs/internals/
threads-syscalls-signals.txt
75
their signal; ie, calling kill(getpid(),
SIGUSR1
) will call the handler
76
for
SIGUSR1
before kill is seen to complete.)
Completed in 206 milliseconds
1
2
3
4
5
6
7
8
9
10
11