Searched defs:thread_info (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/services/
H A DmemReporter.hpp54 virtual void thread_info(size_t stack_reserved_amt, size_t stack_committed_amt) = 0;
207 void thread_info(size_t stack_reserved_amt, size_t stack_committed_amt) { function in class:BaselineTTYOutputer
/openjdk7/hotspot/agent/src/os/bsd/
H A Dlibproc_impl.h47 typedef struct thread_info { struct
51 struct thread_info* next;
52 } thread_info; typedef in typeref:struct:thread_info
103 thread_info* threads; // head of thread list
126 thread_info* add_thread_info(struct ps_prochandle* ph, pthread_t pthread_id, lwpid_t lwp_id);
/openjdk7/hotspot/agent/src/os/linux/
H A Dlibproc_impl.h47 typedef struct thread_info { struct
51 struct thread_info* next;
52 } thread_info; typedef in typeref:struct:thread_info
101 thread_info* threads; // head of thread list
124 thread_info* add_thread_info(struct ps_prochandle* ph, pthread_t pthread_id, lwpid_t lwp_id);

Completed in 31 milliseconds