Searched refs:preinstalled_sigs (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp2691 static int *preinstalled_sigs = NULL; variable
2720 preinstalled_sigs = (int *)os::malloc(sizeof(int) * (Maxsignum + 1), mtInternal);
2721 memset(preinstalled_sigs, 0, (sizeof(int) * (Maxsignum + 1)));
4724 assert((chainedsigactions != (struct sigaction *)NULL) && (preinstalled_sigs != (int *)NULL) , "signals not yet initialized");
4725 if (preinstalled_sigs[sig] != 0) {
4734 assert((chainedsigactions != (struct sigaction *)NULL) && (preinstalled_sigs != (int *)NULL) , "signals not yet initialized");
4736 preinstalled_sigs[sig] = 1;

Completed in 53 milliseconds