Searched defs:thread_identifier (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/os/windows/vm/
H A DosThread_windows.hpp48 int thread_identifier() const { return _thread_id; } function
/openjdk7/hotspot/src/os/bsd/vm/
H A DosThread_bsd.hpp73 intptr_t thread_identifier() const { return (intptr_t)_pthread_id; } function
/openjdk7/hotspot/src/os/linux/vm/
H A DosThread_linux.hpp56 int thread_identifier() const { return _thread_id; } function
/openjdk7/hotspot/src/os/solaris/vm/
H A DosThread_solaris.hpp53 int thread_identifier() const { return _thread_id; } function

Completed in 31 milliseconds