Searched refs:kill (Results 26 - 33 of 33) sorted by relevance

12

/openjdk9/hotspot/src/os/solaris/dtrace/
H A Djvm_dtrace.c137 RESTARTABLE(kill(pid, SIGQUIT), ret);
/openjdk9/hotspot/src/os/bsd/dtrace/
H A Djvm_dtrace.c137 RESTARTABLE(kill(pid, SIGQUIT), ret);
/openjdk9/jdk/src/java.base/unix/native/libjava/
H A DProcessHandleImpl_unix.c323 return (kill(pid, sig) < 0) ? JNI_FALSE : JNI_TRUE;
/openjdk9/hotspot/src/os/solaris/vm/
H A DperfMemory_solaris.cpp495 if (kill(vmid, 0) == OS_ERR) {
763 // the process id (see kill(2)). if kill determines that the
765 // if kill determines that that we don't have permission to
771 (kill(pid, 0) == OS_ERR && (errno == ESRCH || errno == EPERM))) {
/openjdk9/hotspot/src/os/aix/vm/
H A DperfMemory_aix.cpp591 if (kill(vmid, 0) == OS_ERR) {
806 // the process id (see kill(2)). if kill determines that the
808 // if kill determines that that we don't have permission to
813 (kill(pid, 0) == OS_ERR && (errno == ESRCH || errno == EPERM))) {
/openjdk9/jdk/src/java.base/share/classes/sun/nio/ch/
H A DDatagramChannelImpl.java1019 kill();
1023 public void kill() throws IOException { method in class:DatagramChannelImpl
/openjdk9/hotspot/src/share/vm/c1/
H A Dc1_GraphBuilder.cpp494 void kill() { function in class:FieldBuffer
575 // we don't know what's being stored to so kill it all.
576 kill();
642 _fields.at(index)->kill();
661 void kill() { function in class:MemoryBuffer
664 _values.kill();
703 _memory->kill();
2319 _memory->kill();
/openjdk9/hotspot/src/share/vm/adlc/
H A Dformssel.cpp955 OperandForm* kill = (OperandForm*)_localNames[kill_name]; local
957 _ident, kill->_ident, kill_name);
1882 // True if this component is used/def'd/kill'd as the parameter suggests.
2900 // True if this component is used/def'd/kill'd as the parameter suggests.
2905 // Extend this component with additional use/def/kill behavior

Completed in 215 milliseconds

12