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

/openjdk7/hotspot/agent/src/os/bsd/
H A Dlibproc_impl.h63 // vtable for ps_prochandle
66 void (*release)(struct ps_prochandle* ph);
68 bool (*p_pread)(struct ps_prochandle *ph,
71 bool (*p_pwrite)(struct ps_prochandle *ph,
74 bool (*get_lwp_regs)(struct ps_prochandle* ph, lwpid_t lwp_id, struct reg* regs);
76 bool (*get_lwp_info)(struct ps_prochandle *ph, lwpid_t lwp_id, void *linfo);
79 // the ps_prochandle
96 struct ps_prochandle { struct
113 typedef bool (*thread_info_callback)(struct ps_prochandle* ph, pthread_t pid, lwpid_t lwpid);
116 bool read_thread_info(struct ps_prochandle* p
[all...]
/openjdk7/hotspot/agent/src/os/linux/
H A Dlibproc_impl.h63 // vtable for ps_prochandle
66 void (*release)(struct ps_prochandle* ph);
68 bool (*p_pread)(struct ps_prochandle *ph,
71 bool (*p_pwrite)(struct ps_prochandle *ph,
74 bool (*get_lwp_regs)(struct ps_prochandle* ph, lwpid_t lwp_id, struct user_regs_struct* regs);
77 // the ps_prochandle
94 struct ps_prochandle { struct
111 typedef bool (*thread_info_callback)(struct ps_prochandle* ph, pthread_t pid, lwpid_t lwpid);
114 bool read_thread_info(struct ps_prochandle* ph, thread_info_callback cb);
117 lib_info* add_lib_info(struct ps_prochandle* p
[all...]

Completed in 35 milliseconds