Searched defs:sact (Results 1 - 4 of 4) sorted by relevance

/openjdk9/hotspot/src/os/bsd/vm/
H A Djsig.c45 static struct sigaction sact[NSIG]; /* saved signal handlers */ variable in typeref:struct:sigaction
/openjdk9/hotspot/src/os/linux/vm/
H A Djsig.c49 static struct sigaction sact[NSIG]; /* saved signal handlers */ variable in typeref:struct:sigaction
/openjdk9/hotspot/src/os/aix/vm/
H A Djsig.c45 static struct sigaction sact[NSIG]; /* saved signal handlers */ variable in typeref:struct:sigaction
/openjdk9/hotspot/src/os/solaris/vm/
H A Djsig.c46 static struct sigaction *sact = (struct sigaction *)NULL; /* saved signal handlers */ variable in typeref:struct:sigaction
[all...]

Completed in 83 milliseconds