Searched refs:thread_id_t (Results 1 - 12 of 12) sorted by relevance

/openjdk7/hotspot/src/os_cpu/bsd_x86/vm/
H A DvmStructs_bsd_x86.hpp37 nonstatic_field(OSThread, _thread_id, OSThread::thread_id_t) \
49 declare_unsigned_integer_type(OSThread::thread_id_t) \
/openjdk7/hotspot/src/os_cpu/linux_x86/vm/
H A DvmStructs_linux_x86.hpp37 nonstatic_field(OSThread, _thread_id, OSThread::thread_id_t) \
49 declare_integer_type(OSThread::thread_id_t) \
/openjdk7/hotspot/src/os_cpu/solaris_sparc/vm/
H A DvmStructs_solaris_sparc.hpp39 nonstatic_field(OSThread, _thread_id, OSThread::thread_id_t) \
50 declare_unsigned_integer_type(OSThread::thread_id_t) \
/openjdk7/hotspot/src/os_cpu/solaris_x86/vm/
H A DvmStructs_solaris_x86.hpp38 nonstatic_field(OSThread, _thread_id, OSThread::thread_id_t) \
49 declare_unsigned_integer_type(OSThread::thread_id_t) \
/openjdk7/hotspot/src/os_cpu/windows_x86/vm/
H A DvmStructs_windows_x86.hpp38 nonstatic_field(OSThread, _thread_id, OSThread::thread_id_t) \
46 declare_unsigned_integer_type(OSThread::thread_id_t) \
/openjdk7/hotspot/src/os_cpu/linux_sparc/vm/
H A DvmStructs_linux_sparc.hpp39 nonstatic_field(OSThread, _thread_id, OSThread::thread_id_t) \
51 declare_integer_type(OSThread::thread_id_t) \
/openjdk7/hotspot/src/share/vm/runtime/
H A DosThread.hpp114 static size_t thread_id_size() { return sizeof(thread_id_t); }
116 thread_id_t thread_id() const { return _thread_id; }
118 void set_thread_id(thread_id_t id) { _thread_id = id; }
124 thread_id_t _thread_id;
/openjdk7/hotspot/src/os/bsd/vm/
H A DosThread_bsd.hpp45 typedef thread_t thread_id_t; typedef
47 typedef pthread_t thread_id_t;
51 typedef pid_t thread_id_t;
/openjdk7/hotspot/src/os/windows/vm/
H A DosThread_windows.hpp30 typedef unsigned long thread_id_t; typedef
H A Dos_windows.cpp5079 void get_thread_handle_for_extended_context(HANDLE* h, OSThread::thread_id_t tid) {
/openjdk7/hotspot/src/os/linux/vm/
H A DosThread_linux.hpp28 typedef pid_t thread_id_t; typedef
/openjdk7/hotspot/src/os/solaris/vm/
H A DosThread_solaris.hpp30 typedef thread_t thread_id_t; typedef

Completed in 75 milliseconds