Searched defs:attach_fd (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/os/bsd/dtrace/
H A Djvm_dtrace.c232 int door_fd, attach_fd, i; local
241 attach_fd = -1;
246 if ((attach_fd = create_attach_file(pid)) < 0) {
273 if (attach_fd >= 0) {
274 file_close(attach_fd);
/openjdk7/hotspot/src/os/solaris/dtrace/
H A Djvm_dtrace.c232 int door_fd, attach_fd, i; local
241 attach_fd = -1;
246 if ((attach_fd = create_attach_file(pid)) < 0) {
273 if (attach_fd >= 0) {
274 file_close(attach_fd);

Completed in 41 milliseconds