OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sighandler
(Results
101 - 125
of
148
) sorted by null
1
2
3
4
5
6
/prebuilts/go/darwin-x86/src/runtime/
os_freebsd.go
231
if fn == funcPC(
sighandler
) {
os_netbsd.go
269
if fn == funcPC(
sighandler
) {
os_openbsd.go
247
if fn == funcPC(
sighandler
) {
sys_solaris_amd64.s
238
CALL runtime·
sighandler
(SB)
sys_windows_386.s
121
// (we need room for
sighandler
arguments anyway).
os3_solaris.go
260
if fn == funcPC(
sighandler
) {
os_linux.go
399
if fn == funcPC(
sighandler
) {
sys_darwin_arm.s
261
// copy arguments for call to
sighandler
sys_darwin_arm64.s
247
// copy arguments for call to
sighandler
sys_windows_amd64.s
162
// (we need room for
sighandler
arguments anyway).
vlop_arm.s
102
// This simulates what
sighandler
does for a memory fault.
/prebuilts/go/linux-x86/src/runtime/
os_dragonfly.go
241
if fn == funcPC(
sighandler
) {
os_freebsd.go
231
if fn == funcPC(
sighandler
) {
os_netbsd.go
269
if fn == funcPC(
sighandler
) {
os_openbsd.go
247
if fn == funcPC(
sighandler
) {
sys_solaris_amd64.s
238
CALL runtime·
sighandler
(SB)
sys_windows_386.s
121
// (we need room for
sighandler
arguments anyway).
os3_solaris.go
260
if fn == funcPC(
sighandler
) {
os_linux.go
399
if fn == funcPC(
sighandler
) {
sys_darwin_arm.s
261
// copy arguments for call to
sighandler
/device/google/marlin/usb/
Usb.cpp
627
void
sighandler
(int sig) {
function in namespace:android::hardware::usb::V1_1::implementation
633
signal(SIGUSR1,
sighandler
);
677
signal(SIGUSR1,
sighandler
);
/device/google/wahoo/usb/
Usb.cpp
685
void
sighandler
(int sig) {
function in namespace:android::hardware::usb::V1_1::implementation
691
signal(SIGUSR1,
sighandler
);
735
signal(SIGUSR1,
sighandler
);
/external/ltp/testcases/kernel/sched/process_stress/
process.c
179
void set_signals(void *
sighandler
());
779
void set_signals(void *
sighandler
())
806
action.sa_handler = (void *)
sighandler
;
/external/strace/
strace.c
[
all
...]
/external/valgrind/coregrind/m_sigframe/
sigframe-ppc64-linux.c
63
so that the
sighandler
can mess with the vcpu state if it
Completed in 285 milliseconds
1
2
3
4
5
6