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

/openjdk7/hotspot/src/os/linux/vm/
H A DosThread_linux.hpp65 pthread_t pthread_id() const { function
H A Dos_linux.cpp3850 int status = pthread_kill(osthread->pthread_id(), SR_signum);
5072 pthread_t tid = thread->osthread()->pthread_id();
/openjdk7/hotspot/agent/src/os/bsd/
H A Dlibproc_impl.h49 pthread_t pthread_id; // not used cores, always -1 member in struct:thread_info
126 thread_info* add_thread_info(struct ps_prochandle* ph, pthread_t pthread_id, lwpid_t lwp_id);
H A Dlibproc_impl.c246 thread_info* add_thread_info(struct ps_prochandle* ph, pthread_t pthread_id, lwpid_t lwp_id) { argument
254 newthr->pthread_id = pthread_id;
H A Dps_proc.c200 static bool add_new_thread(struct ps_prochandle* ph, pthread_t pthread_id, lwpid_t lwp_id) { argument
201 return add_thread_info(ph, pthread_id, lwp_id) != NULL;
/openjdk7/hotspot/agent/src/os/linux/
H A Dlibproc_impl.h49 pthread_t pthread_id; // not used cores, always -1 member in struct:thread_info
124 thread_info* add_thread_info(struct ps_prochandle* ph, pthread_t pthread_id, lwpid_t lwp_id);
H A Dlibproc_impl.c244 thread_info* add_thread_info(struct ps_prochandle* ph, pthread_t pthread_id, lwpid_t lwp_id) { argument
252 newthr->pthread_id = pthread_id;
H A Dps_proc.c258 static bool add_new_thread(struct ps_prochandle* ph, pthread_t pthread_id, lwpid_t lwp_id) { argument
259 return add_thread_info(ph, pthread_id, lwp_id) != NULL;
/openjdk7/hotspot/src/os/bsd/vm/
H A DosThread_bsd.hpp84 pthread_t pthread_id() const { function
H A Dos_bsd.cpp1016 // thread_id is pthread_id on BSD
3814 int ret = pthread_setprio(thread->osthread()->pthread_id(), newpri);
3842 *priority_ptr = pthread_getprio(thread->osthread()->pthread_id());
4004 int status = pthread_kill(osthread->pthread_id(), SR_signum);
5293 pthread_t tid = thread->osthread()->pthread_id();

Completed in 76 milliseconds