OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sigusr1
(Results
76 - 100
of
198
) sorted by null
1
2
3
4
5
6
7
8
/prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/asm/
signal.h
52
#define
SIGUSR1
16
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
signum.h
43
#define
SIGUSR1
10 /* User-defined signal 1 (POSIX). */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
signum.h
43
#define
SIGUSR1
10 /* User-defined signal 1 (POSIX). */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
signum.h
43
#define
SIGUSR1
10 /* User-defined signal 1 (POSIX). */
/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/asm/
signal.h
52
#define
SIGUSR1
16
/external/mdnsresponder/mDNSPosix/
PosixDaemon.c
145
mDNSPosixListenForSignalInEventLoop(
SIGUSR1
);
172
if (sigismember(&signals,
SIGUSR1
)) DumpStateLog(m);
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/e2fsprogs/e2fsck/
e2fsck.8.in
142
process a
SIGUSR1
signal.
323
.B
SIGUSR1
/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
/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
/libcore/luni/src/main/native/
libcore_io_OsConstants.cpp
287
initConstant(env, c, "
SIGUSR1
",
SIGUSR1
);
/external/wpa_supplicant_8/src/ap/
ap_config.h
158
char *dump_log_name; /* file name for state dump (
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
Completed in 805 milliseconds
1
2
3
4
5
6
7
8