OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sigusr1
(Results
101 - 125
of
210
) sorted by null
1
2
3
4
5
6
7
8
9
/external/mdnsresponder/mDNSPosix/
Responder.c
65
// o
SIGUSR1
toggles verbose mode on and off in debug builds
79
// If we get a
SIGUSR1
we toggle the state of the
82
assert(sigraised ==
SIGUSR1
);
707
signal(
SIGUSR1
, HandleSigUsr1); //
SIGUSR1
has to be sent by kill -USR1 <pid>
/external/oprofile/daemon/
oprofiled.c
262
if (sigaction(
SIGUSR1
, &act, NULL)) {
263
perror("oprofiled: install of
SIGUSR1
handler failed: ");
/external/iproute2/doc/
arpd.sgml
78
<tt/SIGHUP/ syncs database to disk. <tt/
SIGUSR1
/ sends some statistics
/external/iproute2/man/man8/
arpd.8
47
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
606
#ifdef
SIGUSR1
607
if (i ==
SIGUSR1
)
644
#ifdef
SIGUSR1
645
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
64
* hostapd_dump_state -
SIGUSR1
handler to dump hostapd state to a text file
defconfig
174
# 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
290
initConstant(env, c, "
SIGUSR1
",
SIGUSR1
);
/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
/external/ipsec-tools/src/racoon/
session.c
320
SIGUSR1
,
/external/wpa_supplicant_8/src/ap/
ap_config.h
184
char *dump_log_name; /* file name for state dump (
SIGUSR1
) */
/hardware/ti/wlan/wl1271/CUDK/os/linux/src/
osapi.c
577
kill(pid,
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 1119 milliseconds
1
2
3
4
5
6
7
8
9